NAT Keyword has me puzzled [7:51122]

2002-08-09 Thread Kelly Cobean
All, I've spent quite some time looking around on CCO for a definition of a keyword and have had little success. Can you help? What I'm looking for is clarification of what the keyword "extendable" in the following command is for: ip nat inside source static tcp 10.1.1.8 80 197.7.9.5 80 exte

RE: NAT Keyword has me puzzled [7:51122]

2002-08-10 Thread Art Davis
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 e

RE: NAT Keyword has me puzzled [7:51122]

2002-08-10 Thread Kelly Cobean
: [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

RE: NAT Keyword has me puzzled [7:51122]

2002-08-12 Thread Art Davis
Yes, that will work, too. -Art Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=51224&t=51122 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to

RE: NAT Keyword has me puzzled [7:51122]

2002-08-12 Thread Sean Wolfe
Kelly Cobean wrote: > > 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... Isn't this just asking to do standard overloading onto a single global IP? Or i