From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 14:44:41 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 740FC16A4CE for ; Sat, 19 Jun 2004 14:44:41 +0000 (GMT) Received: from ssigc.net (dsl092-076-115.bos1.dsl.speakeasy.net [66.92.76.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C303743D1F for ; Sat, 19 Jun 2004 14:44:40 +0000 (GMT) (envelope-from info@mvcg.net) Received: from ssigc.net (localhost [10.10.10.13] (may be forged)) by ssigc.net (8.12.11/8.12.10) with ESMTP id i5JEkirc036807; Sat, 19 Jun 2004 10:46:44 -0400 (EDT) Received: from NEON-DURON ([10.10.10.11]) by ssigc.net (MailMonitor for SMTP v1.2.2 ) ; Sat, 19 Jun 2004 10:46:44 -0400 (EDT) Message-ID: <005a01c4560c$3b31c410$0b0a0a0a@neonduron> From: "Thomas Farrell" To: "Matt Juszczak" , References: <40D3752A.8000809@atopia.net> Date: Sat, 19 Jun 2004 10:46:40 -0400 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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: Sat, 19 Jun 2004 14:44:41 -0000 You can do it with a cisco like this. You can pickup a used 250x series cheap. Just make sure you are using IOS 12 > ip nat pool trans 10.10.10.0 10.10.10.254 netmask 255.255.255.0 ip nat inside source list 1 interface Ethernet0 overload ip nat inside source static tcp 10.10.10.13 110 interface Ethernet0 110 ip nat inside source static tcp 10.10.10.13 80 interface Ethernet0 80 ip nat inside source static tcp 10.10.10.13 25 interface Ethernet0 25 ip classless ip route 0.0.0.0 0.0.0.0 Ethernet0 ----- Original Message ----- From: "Matt Juszczak" To: Sent: Friday, June 18, 2004 7:05 PM Subject: Redirection with a bridge ? > 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" > >