I'm using Transparent Proxy to my LAN and i'm trying to block P2P apps.

I put in iptables rules to block kazaa:
/sbin/iptables -A INPUT -i eth0 -p tcp --dport 1214 -j DROP
/sbin/iptables -A FORWARD -d 213.248.112.0/24 -j DROP
/sbin/iptables -A FORWARD -d 217.116.224.0/24 -j DROP
/sbin/iptables -A FORWARD -p tcp --dport 1214 -j DROP
/sbin/iptables -A FORWARD -p udp --dport 1214 -j DROP

but i still have problem with kazaa program.

Then i put this acl:
acl Kazaa port 1214
http_access deny Kazaa

Nothing happened...

I read that if i put:
acl Safe_port 80
http_acces deny !Safe_port

kazaa will be blocked. I didn't try this yet... will i have normal access to
internet with this acl?

Anyone knows if it's possible to block p2p apps?

Thanks any help,
Mauricio

Reply via email to