From owner-freebsd-net@FreeBSD.ORG Fri Sep 30 06:49:24 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D19616A41F for ; Fri, 30 Sep 2005 06:49:24 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E799943D48 for ; Fri, 30 Sep 2005 06:49:21 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j8U6lTq7043694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Sep 2005 13:47:29 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j8U6kM2W098514; Fri, 30 Sep 2005 13:46:22 +0700 (ICT) Date: Fri, 30 Sep 2005 13:46:22 +0700 (ICT) Message-Id: <200509300646.j8U6kM2W098514@banyan.cs.ait.ac.th> From: Olivier Nicole To: ganbold@micom.mng.net In-reply-to: <6.2.1.2.2.20050930151357.03480eb0@202.179.0.80> (message from Ganbold on Fri, 30 Sep 2005 15:39:49 +0900) References: <6.2.1.2.2.20050930151357.03480eb0@202.179.0.80> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-net@freebsd.org Subject: Re: ipfw bridge + fwd questions X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:49:24 -0000 > Can I use ipfw fwd rules against traffic coming to one of the bridged > interfaces? I think that the manual says that forward is not working in case of bridge. In fact I tried and gave up. Now I got ipfiltyer to do some redirection on bridged interfaces. But the solution is not yet finalized (and VERY dirty). Olivier