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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to