|
From: Heiko Z. <he...@zu...> - 2009-08-24 11:41:16
|
It just hit me, wouldn't the l7filter do the same thing? http://l7-filter.sourceforge.net/ Heiko Quoting Serge Leschinsky <fi...@in...>: > Hello, > > Dietmar Rieder wrote: >> 2009/8/19 Heiko Zuerker <he...@zu...>: >>> Hey, >>> >>> not sure if it was removed by the netfilter team or we just have it >>> accidentally disabled. >>> Please create a bug report in Mantis, the link is on our website. >> >> Done! >> Thanks. > I've managed to build ipp2p extension for DL 1.4RC2. The only one simple > modification is required. I've added the patch to the pom tarball. > The changes > will be submitted soon. > > root@gw:~ # iptables -A FORWARD -m ipp2p --edk --kazaa --bit -j DROP > root@gw:~ # iptables -A FORWARD -p tcp -m ipp2p --ares -j DROP > root@gw:~ # iptables -A FORWARD -p udp -m ipp2p --kazaa -j DROP > root@gw:~ # > root@gw:~ # iptables -nvL > Chain INPUT (policy ACCEPT 59 packets, 3836 bytes) > pkts bytes target prot opt in out source > destination > > Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) > pkts bytes target prot opt in out source > destination > 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 > ipp2p v0.8.2-pomng --kazaa --edk --bit > 0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 > ipp2p v0.8.2-pomng --ares > 0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 > ipp2p v0.8.2-pomng --kazaa > > Sincerely, > Serge > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |