Hi!
I try to stop all p2p traffic (bittorrent,edonkey,...) from passing the wan iface.
The following iptables rule doesn't work for me.
iptables -A FORWARD -m ipp2p --ipp2p -j DROP
The rule is accepted and shows up in the list, but there seem to be no p2p packages dropped.
I have tried emule and azureus downloading a linux iso but I still get the full speed of >800 kB and there isn't even a slowdown.
Is there something wrong with the rule or does the ipp2p module not work at all?
(I am using Kamikaze 7.09 on a WRT54GS V3)