03-27-2008 05:53 AM - edited 03-11-2019 05:22 AM
Hi all,
I have serious issue if any one could help me in this i have attached the configuration for your reference
Issue is : Can't able to access server in DMZ Zone from Internet but everything is working fine (i can able to connect) when i connect my laptop at outside interface by removing ISP link. Configuration is below attached
03-27-2008 08:46 AM
Your access-list tied to the DMZ is blocking all traffic. The ACL is in reguards to traffic originating on that interface. Since your DMZ ACL is allowing anything to 192.168.32.x, but the traffic is originating from those addresses, it's being blocked. I recommend changing the ACL to this:
access-list DMZ extended permit ip 192.168.32.0 255.255.255.0 any
Keep in mind that that will allow anything from the DMZ to anywhere else on the PIX including the inside interface.
03-27-2008 09:46 AM
Although that acl is written poorly, and backwards, it would not prevent the outside from accessing the dmz.
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