From owner-freebsd-questions@FreeBSD.ORG Fri Jun 18 23:16:43 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 15A0D16A4D0 for ; Fri, 18 Jun 2004 23:16:43 +0000 (GMT) Received: from 200-101-077-139.bsace705.dsl.brasiltelecom.net.br (200-101-077-139.bsace705.dsl.brasiltelecom.net.br [200.101.77.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E11B43D45 for ; Fri, 18 Jun 2004 23:16:40 +0000 (GMT) (envelope-from renato_fbsd@optrade.com.br) Received: from p4 (200-101-111-157.bsace705.dsl.brasiltelecom.net.br [200.101.111.157])ESMTP id 33CF833C29; Fri, 18 Jun 2004 20:13:55 -0300 (BRT) Message-ID: <006301c4558a$4b8b88a0$2101a8c0@p4> From: "Renato Marques" To: "Matt Juszczak" , References: <40D3752A.8000809@atopia.net> Date: Fri, 18 Jun 2004 20:16:32 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: 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 23:16:43 -0000 I dont think a bridge could do some like that. A bridge see only IP packets, where are no information about ports, ports are used in TCP and UDP. Actualy, I think Layer 3 is where the IP protocol besides. NAT is done on layer 4... but i could be wrong... > 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 > _______________________________________________ > 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" >