Date: Sat, 19 Jun 2004 10:46:40 -0400 From: "Thomas Farrell" <info@mvcg.net> To: "Matt Juszczak" <matt@atopia.net>, <freebsd-questions@freebsd.org> Subject: Re: Redirection with a bridge ? Message-ID: <005a01c4560c$3b31c410$0b0a0a0a@neonduron> References: <40D3752A.8000809@atopia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <matt@atopia.net> To: <freebsd-questions@freebsd.org> 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" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005a01c4560c$3b31c410$0b0a0a0a>