|
From: Serge L. <fi...@in...> - 2009-08-24 04:16:13
|
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
|