[squid-users] Denying p2p connections

From: Ismael Silveira <milach@dont-contact.us>
Date: Thu, 27 Mar 2003 23:43:19 -0300

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
Received on Thu Mar 27 2003 - 19:43:24 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:23 MST