From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Busby" Subject: Re: filter p2p Date: Mon, 16 Jun 2003 14:11:51 -0700 Sender: netfilter-admin@lists.netfilter.org Message-ID: <056701c3344b$efeeebf0$1100000a@busbydev> References: Reply-To: "David Busby" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: gbj , netfilter@lists.netfilter.org I'd set my iptables to something like: # Drop _all_ packets iptables -t filter -P FORWARD DROP # Allow http iptables -t filter -A FORWARD -p tcp -m tcp --dport 80 -j ACCEPT # Many more rules here to allow all the other s41t. ----- Original Message ----- From: "gbj" To: Sent: Sunday, June 15, 2003 18:16 Subject: filter p2p > hello everyone,I have a lan with a gateway iptables firewall,and I don't want the user on the lan use P2P software like e-donkey ,because I think it's will led to some administration proplem.but I don't know how to setup iptables rules to archieves this goal,does anybody has the same experience? > > > > > > sword > > >