From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 17:45:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31A716A52B for ; Tue, 16 Dec 2003 17:45:17 -0800 (PST) Received: from ybbsmtp03.mail.yahoo.co.jp (ybbsmtp03.mail.yahoo.co.jp [210.81.151.171]) by mx1.FreeBSD.org (Postfix) with SMTP id 3221443D3C for ; Tue, 16 Dec 2003 17:45:15 -0800 (PST) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp03.mail.yahoo.co.jp with SMTP; 17 Dec 2003 01:45:14 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 46DE17F81; Wed, 17 Dec 2003 10:44:12 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id 080A519320; Wed, 17 Dec 2003 10:44:10 +0900 (JST) Date: Wed, 17 Dec 2003 10:44:08 +0900 From: horio shoichi To: "robinux@libero.it" In-Reply-To: References: X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20031217.014410.a572cf1453d8e4f7.10.0.3.9@bugsgrief.net> cc: freebsd-questions Subject: Re: Transparent filtering and ipfilter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 01:45:17 -0000 On Tue, 16 Dec 2003 16:45:54 +0100 "robinux@libero.it" wrote: > Date: 16 dec 2003 > > I'm interested in configuring Filtering Bridges (as described in the Alex > Dupre howto) using 4.9-RELEASE. > > I'd like to know: > > - Filtering bridges is supported with ipfilter? > - ipfilter is more portable, but what are its limits with bridges? > - What about adv/disav of ipfilter vs ipfw? > > thanks in advance > Roberto > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > There is a post on ipfilter list by Olivier Nicole on Thu, 4 Dec 2003 09:31:16 +0700 (ICT). The guts of his post are: net.link.ether.bridge_cfg: fxp0,fxp1 net.link.ether.bridge: 1 net.link.ether.bridge_ipf: 1 (note the last line). horio shoichi