05-24-2011 05:24 AM - edited 03-11-2019 01:37 PM
Dear All,
Currently, I have one inside interface and one outside interface configured on my ASA. the requirement is to configure a second inside interface with different subnet and it should share the same outside interface (PAT) going to the internet.
The current related configuration
interface Ethernet0/0
nameif outside
security-level 0
ip address A
!
interface Ethernet0/1
nameif inside1
security-level 100
ip address B
!
nat (inside1) 1 0.0.0.0 0.0.0.0
global (outside) 1 interface
The future expected configuration (Please correct me if I am wrong and let me know if the following nat command would affect the first one)
interface Ethernet0/2
nameif inside2
security-level 100
ip address C
nat (inside2) 1 0.0.0.0 0.0.0.0
Thanks indeed
Ismail
Solved! Go to Solution.
05-24-2011 05:38 AM
Hi Ismail,
Thats perfectly fine, there are no issues with it, you can go ahead.
Thanks,
Varun
05-24-2011 05:38 AM
Hi Ismail,
Thats perfectly fine, there are no issues with it, you can go ahead.
Thanks,
Varun
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide