From owner-freebsd-questions@FreeBSD.ORG Fri Jun 18 23:29:15 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 D4D8016A4CE for ; Fri, 18 Jun 2004 23:29:15 +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 6F0E543D55 for ; Fri, 18 Jun 2004 23:29:15 +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 B0AB033C28; Fri, 18 Jun 2004 20:27:19 -0300 (BRT) Message-ID: <009201c4558c$2b0ef740$2101a8c0@p4> From: "Renato Marques" To: "Renato Marques" , References: <40D3752A.8000809@atopia.net> <006301c4558a$4b8b88a0$2101a8c0@p4> Date: Fri, 18 Jun 2004 20:29:57 -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:29:15 -0000 Well, in the TCP/IP Model, IP is layer 2 and TCP/UDP layer3. > 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" > > > > _______________________________________________ > 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" >