Hey guys,

I'd like to deny access to P2P connections here in my network, I know the
hosts are using the 1214, 4662 and 4672 ports w/ Kazaa, so I thought this
could work

iptables -A FORWARD -s 0/0 -d 0/0 -p tcp --dport 4662 -j DROP
iptables -A FORWARD -s 0/0 -d 0/0 -p tcp --dport 1214 -j DROP
iptables -A FORWARD -s 0/0 -d 0/0 -p tcp --dport 4672 -j DROP
(i'm not sure though)

However I know that the user can work around those restrictions by setting
different ports on their client...

So I'd really appreciate if you guys could share some rules you made to deny
P2P connections out there.

Thanks in advance,
Ismael
Pelotas, Brazil


Reply via email to