This is a discussion on Blocking P2P within the Linux Networking forums, part of the Linux Forums category; I have Slackware 9.1 on a home network gateway with IPTABLES firewall. How can I block Peer to Peer ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 2004-05-20, Mike <mike@nospam.com> wrote:
> > I have Slackware 9.1 on a home network gateway with IPTABLES firewall. > > How can I block Peer to Peer traffic in both directions? > I am all for http://rnvs.informatik.uni-leipzig.d.../index_en.html Works nicely, although I really use it with Quality of Service to make P2P traffic permitted but only as 'filler' traffic. Of course if you local computer policy says no P2P then that it should be. There is no need for connection tracking as all you have to do is drop the first packet and the rest will fail. Cheers Alex |
|
|||
|
you might see which ports are being used by p2p service, and then drop
those in your firewall chains .... best way to stop the ipmasqurading, and redirect port 80 to your proxy/caching server ... the way most corporates do. hth raqueeb hassan congo |