cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
696
Views
12
Helpful
5
Replies

configuring dmz on asa 5500

keith.k.quaye
Level 1
Level 1

am trying to get a DMZ configured . I have allowed the interesting traffic to go from the Inside inteface to the DMZ and vice versa but its still being dropped.

When I do a packet trace it tells me the Implicit deny ACL rule is the cause of my problems but there are rules above it that match my traffic. So I am confused I dont know if there something I am missing.

I have permitted any any for troublehooting purposes but still no dice.

Thanks for your help

5 Replies 5

acomiskey
Level 10
Level 10

I would suggest starting over again with those acl's.

To get traffic from inside to dmz you do not need an acl at all.

To get traffic from the dmz to the inside, write an acl and apply it with "access-group dmz_access_in in interface dmz". For ex, to allow a host on dmz to hit a host on the inside on port 80, it would look like this...

access-list dmz_access_in extended permit tcp host 192.168.10.x host 192.168.3.x eq www

access-group dmz_access_in in interface dmz

Thanks I did that but still couldnt get my ping to work from 192.168.3.15 to the dmz server 192.168.101.10

I made changes and now I can ping from the above IP to the servers real IP but I cant ping to its External ip.

Also I have allowed remote desktop traffic to go to the dmz server but I keep getting reset -0 in the syslog .

I am attaching current config

To communicate with the dmz server on it's external ip from the inside you have to do something like this...

static (DMZ,inside) netmask 255.255.255.255

Hi Keith

For getting PING to work, you should permit the icmp traffic either by ACL or by policy inspections.

Here is the icmp inspection

policy-map global_policy

class inspection_default

inspect icmp

or

access-list youracl permit icmp source destination (you can type any to source and any to destinatin temporarily during troubleshooting and it will allow all icmp traffic. You should do it in bot dmz and inside acls)

Regards

Thanks for your help guys you were very helpful I finally got it right and apparently the server guy forgot to enable RDP so I was pulling my hair out wondering what was wrong. It doesn't help that I am doing this remotely.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: