03-31-2009 07:17 AM - edited 03-11-2019 08:12 AM
All,
I'm setting up an ASA, and I have a question about nat translations.
If I have:
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
Will the above be sufficient to get internet access if I have 4 interfaces:
inside: 192.168.1.0
dmz1: 192.168.2.0
dmz2: 192.168.3.0
dmz3: 192.168.4.0
Or do I need to set up a pool for all of the dmz interfaces? I think the 1 global and 1 nat should work for all to go out as the interfaces address.
Thanks,
John
Solved! Go to Solution.
03-31-2009 07:24 AM
You would also need....
nat (dmz1) 1 0.0.0.0 0.0.0.0
nat (dmz2) 1 0.0.0.0 0.0.0.0
nat (dmz3) 1 0.0.0.0 0.0.0.0
03-31-2009 07:24 AM
You would also need....
nat (dmz1) 1 0.0.0.0 0.0.0.0
nat (dmz2) 1 0.0.0.0 0.0.0.0
nat (dmz3) 1 0.0.0.0 0.0.0.0
03-31-2009 07:26 AM
Thank you!
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