From: Christopher Van Heuveln (cvanheuv@xxxxxxxxx)
Date: Fri Sep 01 2000 - 13:52:20 GMT-3
Yes. Use nat outside static. Here's an example from some
of my old notes:
* Remote server address used to be 3.3.3.3 but has changed to
2.2.2.2
client 1.1.1.1 -- e0 rtrA s0 --------- s0 rtrB e0 2.2.2.2 server
rtrA
====
int e0
ip nat inside
int s0
ip nat outside
ip nat outside source static 2.2.2.2 3.3.3.3
Now, when a client telnets to 3.3.3.3, rtrA will translate the *DST* address
to 2.2.2.2 and forward it out s0. Note that the local (inside) SRC address is
not translated.
Chris
On Fri, Sep 01, 2000 at 10:56:51AM -0500, Johnny Dedon wrote:
> Guys,
> This is sort of off topic. Does anyone know if it is possible to Nat a
> destination address. Let me explain. I have workstations that have a proxy
> address hardcoded in their browser and now the proxy is gone and a new proxy
> on a different network should be used. I would like to advertise a route
> for the old proxy and then Nat the connections to the new address as they
> come in. Does anyone have any ideas on doing this or is it even possible?
>
> Johnny Dedon
> Senior Staff Consultant
> Exodus Professional Services
> johnny.dedon@exodus.net
> www.exodus.net
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:24:51 GMT-3