Art,
   Thanks for the clarification!  Can this keyword also be used to map
multiple inside LOCAL addresses to a single inside GLOBAL address on
different ports?  Example follows...

ip nat inside source static tcp 192.168.1.1 8080 99.99.99.2 8080 extendable
ip nat inside source static tcp 192.168.1.2 80 99.99.99.2 80 extendable
ip nat inside source static tcp 192.168.1.3 8000 99.99.99.2 8000 extendable

Thanks again for you help!

Kelly Cobean



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Art Davis
Sent: Saturday, August 10, 2002 10:43 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT Keyword has me puzzled [7:51122]


Use "extendable" to map duplicate inside addresses to different outside
addresses, i.e.


ip nat inside source static tcp 192.168.1.1 8080 99.99.99.2 8080 extendable
ip nat inside source static tcp 192.168.1.1 80 1.2.3.4 80 extendable
ip nat inside source static tcp 192.168.1.1 8080 1.2.3.4 8080 extendable




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=51151&t=51122
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to