Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA 5505 Global PAT question

Status
Not open for further replies.

gammaxi1440

IS-IT--Management
Nov 2, 2010
1
0
0
US
I have an ASA 5505 that is configured and working in the following manner:

global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 some.public.ip.158 1

I need the outside interface to keep answering on the same address, but I need all internal networks (only 1 in my case) to publicly surf on a different IP Address.

Would this work?

global (outside) 1 interface
global (outside) 2 some.public.ip.154 netmask 255.255.255.192
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 2 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 some.public.ip.158 1

thanks in advance.
 
You can delete this in the new config


global (outside) 1 interface
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top