cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
367
Views
0
Helpful
2
Replies

Static nat and dyanmic nat can coexist ?

kaustavcisco
Level 1
Level 1

I have a multihomed router connected to 2 different ISPs and would like to allow outside users to access some servers in the inside LAN. These servers have valid IP address which I want to statically map to private addresses and allow internal users to access the users by dynamic nat ip overload or pool .. Is the concept possible ?

2 Replies 2

abahl
Level 1
Level 1

Greetings,

Thow any interface can either be made inside or outside in NAT configuration, but not both inside and outside simultaneously.

For further refernce please refer to the following document:

http://www.cisco.com/warp/public/556/9.html

Anuj

bacarpenter
Level 1
Level 1

Absolutely!

Example:

ip nat outside source list 1 pool UPMC

ip nat outside source static xxx.xxx.xxx.xxx 192.168.168.2

ip nat outside source static xxx.xxx.xxx.xxx 192.168.168.3

access-list 1 permit xxx.xxx.xxx.xxx 0.0.255.255