03-12-2014 11:17 PM - edited 03-11-2019 08:56 PM
Hi ,
i have created a DMZ Zone on the cisco ASA 5510 Firewall. The DMZ is using public IP Address .
able to access internet from the DMZ Zone. But unable to access the server from inside to the dmz zone.
please suggest command to allow access of the inside network to the dmz network,
Regards,
Saroj
Also please suggest allow from internet access the dmz server.
Regards,
Saroj
Solved! Go to Solution.
03-13-2014 12:12 AM
For ASA up to 8.2:
For ASA 8.3+:
03-13-2014 12:12 AM
For ASA up to 8.2:
For ASA 8.3+:
03-13-2014 03:39 AM
03-13-2014 05:33 AM
The following ACL allows any HTTP- and HTTPS-traffic to your DMZ-server (192.0.2.80 in my example):
access-list OUTSIDE-IN permit tcp any host 192.0.2.80 eq 80
access-list OUTSIDE-IN permit tcp any host 192.0.2.80 eq 443
That ACL needs to be applied to the outside interface:
access-group OUTSIDE-IN in interface outside
If there is already an ACL on the outside interface, that use that ACL instead.
03-18-2014 12:11 AM
Hi ,
Thanks for the reply. The DMZ server is accessable from internet. But still the server unable to access from Inside interface. Encloesd please find my ASA config and help .
Does it need any routing also.?
Regards,
Saroj
03-18-2014 03:27 AM
Hi,
now i have configured the nat exampt and able to ping the DMZ Server from Inside of the ASA Fireawll but unable to access the Server on port 80.
please advice.
Regards,
Saroj
03-18-2014 03:56 AM
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