Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Mar 2002 13:15:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Mar 2002 13:15:34 -0500 Received: from florence.ie.alphyra.com ([193.120.224.170]:44686 "EHLO florence.ie.alphyra.com") by vger.kernel.org with ESMTP id ; Mon, 4 Mar 2002 13:15:25 -0500 Date: Mon, 4 Mar 2002 18:14:47 +0000 (GMT) From: Paul Jakma X-X-Sender: paulj@dunlop.dub.ie.alphyra.com To: Stevie O cc: erich@uruk.org, Russell King , linux-kernel Subject: Re: Network Security hole (was -> Re: arp bug ) In-Reply-To: <5.1.0.14.2.20020302200004.01da4790@whisper.qrpff.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2 Mar 2002, Stevie O wrote: > ipchains -a input -i eth0 -d ! 66.92.237.176 -j DENY -l > > With iptables i'd need that on both the INPUT *and* FORWARD rules... create a 'filter' chain, attach it to INPUT -i eth0 and FORWARD -i eth0. maintain your 'filter' chain and you have the same as ipchains, but with more flexibility for when you /do/ want rules to apply only to local applications. --paulj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/