cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
263
Views
0
Helpful
4
Replies

Access list help!

dan_track
Level 1
Level 1

Hi

Could someone please explain the following. I just need to double check my explanation of the following:

access-list acl_dmz3 permit icmp any any

access-list acl_dmz3 permit udp any any eq domain

access-list acl_dmz3 permit udp any any eq ntp

access-list acl_dmz3 permit tcp any any

Thanks

Dan

4 Replies 4

ankurbhasin
Level 9
Level 9

Hi DAN,

This ACL will permit all icmp traffic,permit all tcp traffic and permit UDP traffic only for NTP and DNS from any source to any destination and will implicit deny rest of the traffic.

HTH, if yes please rate the post.

Ankur

Hi

Thanks for the info. It was what I thought.

Since this is a dmz shouldn't I drop the tcp access and only allow certain ports to be open to the internet?

Otherwise I'm happy with your answer to my initial question

Thanks

Dan

Hi

Does source mean from external or can source mean from internal host in dmz zone?

Thanks

Dan

Depends on where the acl is applied and the direction it is applied in.