cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
806
Views
0
Helpful
2
Replies

Allow DNS Traffic

Create Share
Level 1
Level 1

Hi!

We need to allow DNS Traffic from Lan to Wan network for our internal LAN Users through Cisco Router. May we have the lines to add in the router and do we need anything else to apply this access-list?

Thanks.

2 Replies 2

Walter Astori
Level 1
Level 1

access-list 101 extended permit tcp net_lan sub net_wan sub eq 53
access-list 101 extended permit udp net_lan sub net_wan sub eq 53
access-list 101 extended deny any any
 

interface Serial 0/0
 ip access-group 101 out
 

N.B. That access-list is only for permit traffic for DNS protocol. All traffic except DNS will be deny  
 

Thanks.

Review Cisco Networking products for a $25 gift card