04-09-2002 09:05 AM - edited 03-01-2019 09:13 PM
Hi there,
I'd like to be able to 'divert' traffic destined for 1 host (194.x.59.200) to another host (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 Serial6/1/2
ip address 193.x.71.242 255.255.255.252
ip nat inside
ip nat pool dummy 194.x.59.200 194.216.59.200 netmask 255.255.255.252 type rotary
ip nat inside destination list dns pool dummy
ip access-list standard dns
permit 194.x.59.2
I need traffic for 194.x.59.200 to be destinantion xlated to 194.x.59.2. The traffic is coming from s6/1/2 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
David O'Connor
04-09-2002 11:21 AM
I would do sth like
fastethernet
ip nat inside
!
serial
ip nat outside
!
ip nat inside source static 194.x.59.200 192.x.59.2
04-12-2002 01:48 AM
Surely that would do source address translation, and the packets would end up at the same original destination (194.x.59.200) still ...
I want to change the destination address of the IP packets from 194.x.59.200 to 194.x.59.2 .
Cheers,
David O'Connor
04-12-2002 09:27 AM
ip nat inside source static 194.x.59.2 192.x.59.200 ??
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide