04-10-2002 02:45 AM - edited 03-01-2019 09:14 PM
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 ?
04-10-2002 03:15 AM
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
04-11-2002 06:36 AM
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
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