06-24-2005 11:17 AM - edited 03-09-2019 11:40 AM
Hi, I want my PIX to be configured to support NAT for inside network and NAT Bypass for both dmz1 and dmz2. IOS Ver is 6.3. I need immediate feedback if this is possible at all and how?
06-24-2005 01:07 PM
Sure. Nat everything from the inside out, but have a nat 0 access list for the inside to exclude traffic from it to both dmzs, for purpose of NATing.
06-25-2005 01:12 AM
Thanks. Could you please explore exactly how to do that? A sample configuration is much preferable.
06-25-2005 09:18 AM
like this:
global (outside) 1 interface
nat (inside) 0 access-list no.nat.from.inside
nat (inside) 1 0.0.0.0 0.0.0.0
access-list no.nat.from.inside extended permit any a.b.c.d 255.255.255.0
access-list no.nat.from.inside extended permit any e.f.g.h 255.255.255.0
Where a.b.c.d (dmz1) and e.f.g.h (dmz2) is your DMZs (and set the correct netmask in the access-list) (you could also replace the "any" with more specific net/mask, as well as the "0.0.0.0 0.0.0.0" in the nat-statement).
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