Re: Destination NAT

From: George Hansen (HansenG@xxxxxxxxxxxxxxxx)
Date: Mon Apr 29 2002 - 18:59:00 GMT-3


   
ip nat inside source static 194.x.59.2 194.x.59.200

make sure the route to 194.x.59.200 point to F4/0/0, or the translation won't o
ccur.

HTH

George

>>> "Krucker, Louis" <louis.krucker@sunrise.net> 04/28/02 09:06AM >>>
Hi there,

I'd like to be able to 'divert' traffic destined for 1 host (194.x.59.200)
to another IP address (194.x.59.2) by using destination NAT. I've tried the
following config with no luck :

interface FastEthernet4/0/0
ip address 194.216.59.77 255.255.255.0
ip nat outside

interface Serial0/0
ip address 193.x.71.242 255.255.255.252
ip nat inside

ip nat pool dummy 194.x.59.2 194.216.59.2 netmask 255.255.255.252 type
rotary
ip nat inside destination list 1 pool dummy

access-list 1
permit 194.x.59.200

I need traffic for 194.x.59.200 to be destinantion xlated to 194.x.59.2. The
traffic is coming from s0/0 and is not being translated at all. I have
looked in all the cisco docs I can find, but destination NATing doesn't get
much coverage.

Your help would be most gratefully received.

Thanks
Louis



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:22 GMT-3