On Sat, 2012-02-18 at 21:06 +0530, J. Bakshi wrote: > On Fri, 17 Feb 2012 12:53:28 +0100 > "Rob Sterenborg (lists)" <lists@xxxxxxxxxxxxxxx> wrote: > > > On Fri, 2012-02-17 at 17:13 +0530, J. Bakshi wrote: > > > I have installed xtables-addons-common in debian squeeze box. > > > Then tried ti execute > > > > > > #iptables -A FORWARD -m ipp2p --bit -j DROP > > > > > > and it throws error > > > > > > `````````````` > > > iptables: No chain/target/match by that name. > > > ``````````` > > > > > > Could anyone suggest what is wrong where ? > > > > Does xt_ipp2p.ko exist? > > > > # locate xt_ipp2p|grep modules > > /lib/modules/2.6.39.1/extra/xt_ipp2p.ko > > > > > > If it does: what does lsmod say? > > > > # lsmod|grep "^xt_ipp2p" > > xt_ipp2p 5611 0 > > > > I have /lib/xtables/libxt_ipp2p.so > > but > > # lsmod|grep "ipp2p" gives nothing !!! That means the ipp2p module is not loaded so you likely can't use the ipp2p match. Execute 'modprobe ipp2p' and try again. -- Rob -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html