gammaxi1440
IS-IT--Management
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.
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.