06-28-2008 03:37 AM - edited 03-11-2019 06:06 AM
How can i allow all outbound traffice for my DMZ users through the outside interface of pix?
My DMZ users have a private IP Range 192.168.2.0 and a security level of 50. The Outside interface sec is 0.
Thanks!
06-28-2008 06:29 AM
Two things are required NAT and Access-list -
- NAT commands (for all users in DMZ):
global(outside) 1 interface
nat(dmz) 1 0.0.0.0 0.0.0.0
- Access-lists (for allowing HTTP):
access-list dmz-out extended permit tcp any eq www any
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
Log in to Community