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 extendable





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



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

2002-08-10 Thread Kelly Cobean

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]



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 [EMAIL PROTECTED]



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 is this a way to do both static one-to-one NAT and also have some
overloading as well? I seem to remember on a Cisco router you can do either
one-to-one OR overloading but not both at the same time. . .?

-Sean.


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