Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA Firewall question

Status
Not open for further replies.

lwhalo

MIS
Feb 20, 2004
112
US
New to Cisco config:
I have a ASA device with a LAN Interface (172.19.X.X) and a DMZ interface (192.168.2.X). What is the command to allow the DMZ devices to use our DNS servers to resolve names?
 
If your ACL is applied inbound on the DMZ interface you could do something like

access-list DMZ_In extended permit udp 192.168.2.0 255.255.255.0 host 172.19.x.x eq 53

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top