From owner-freebsd-questions@FreeBSD.ORG Fri Jun 18 22:59:28 2004 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 DF71E16A4CE for ; Fri, 18 Jun 2004 22:59:28 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C0843D49 for ; Fri, 18 Jun 2004 22:59:28 +0000 (GMT) (envelope-from matt@atopia.net) Received: from [192.168.1.100] (pcp02025587pcs.plsntv01.nj.comcast.net[68.44.29.50]) by comcast.net (rwcrmhc12) with ESMTP id <2004061822591101400251m5e>; Fri, 18 Jun 2004 22:59:12 +0000 Message-ID: <40D3752A.8000809@atopia.net> Date: Fri, 18 Jun 2004 19:05:14 -0400 From: Matt Juszczak User-Agent: Mozilla Thunderbird 0.6 (X11/20040526) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Redirection with a bridge ? 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: Fri, 18 Jun 2004 22:59:29 -0000 Hello all, Is there a way to do IP redirection without using layer 3? (IPNAT or routing)? I have a bridge setup and want to redirect any port 80 traffic outgoing through the bridge to a specific server .... but it seems I can only do this with ipfw's forward/fwd or ipnat's rdr commands ... which are all layer 3 oriented and dont work with just a bridge... Any ideas? Thank you in advance for anyone's help, Matt