cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
223
Views
0
Helpful
1
Replies

IP nat order.

huytuan
Level 1
Level 1

The configuration:

ip nat inside source list 12 interface Ethernet1 overload

ip nat inside source static tcp 192.168.100.7 80 203.144.156.67 80 extendable

ip nat inside source static tcp 192.168.100.7 203.144.156.68

In this configuration internet clients are able to browse to 203.144.156.67 . But 203.144.156.68 does not work. But when I removed the extendable line 203.144.156.67, internet clients are able to browse to 203.144.156.68 .

Why can't both external ip 203.144.156.67 & 203.144.156.68 coexists and work at the same time??? But if one is down the other will work fine..

1 Reply 1

raymong
Level 4
Level 4

The way you have configured NAT, this is the expected behavior. Once the static NAT entry is in the NAT table, it will not translate the inside host to another inside global address (which is why one works but the other doesn't). The only way I can see this working is if you configure static NAT with route-maps. Look through this link for more information:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080087bac.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: