cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
899
Views
0
Helpful
3
Replies

DNS & pix 501

ah_shaban
Level 2
Level 2

Dear all

I implemment the pix to my network

MY network like that

Comany PCs >>>> PIX>>> Router>>>ISP

I can ping sites from the company pcs like

ping 216.109.118.69 (It's Yahoo server)

But I can not Browes this or other sites

It is not the problem of permit for http

that I think

case I permit it

I try trace from PCs it work by using the IP

not the domain name

So I think it is a DNS problem in the PIX

what can stop dns in pix

and how can I permit it

thanks alot

3 Replies 3

rais
Level 11
Level 11

If your PC is configured with DNS server, all you need to do is to let udp port 53 (domain) out and into your network through PIX.

access-list acl_in permit udp any any eq domain

HTH.

Thanks alot

It works

😆

leadclick
Community Member

We had a similar problem where certain websites were coming up slow or not coming up at all (yahoo.com in particular) recently. We have 501 too at this office.

The first thing you should make sure is that your DNS and DNS forwarding is working correctly. See if you can ping via name on your internal network. If you can, then check via nslookup to see if you can get DNS lookup's for outside names such as yahoo.com.

Assuming you can not, then change the server to your DNS forwarder and see if the lookups work.

Assuming your DNS forwarder is working but you aren't, then you can probably guess that the PIX is stopping it somehow.

You will have to go through a trouble shooting routine. The best way is to pick a low/no traffic time. Log on to your firewall. Try a website via name outside your firewall. Look at the log on the pix and see what denyed it. Make the appropriate changes. In our case, we had a max packet length on the DNS response of 512 which we had to change to 1024 and everything started working fine. As to why, DNS responses were suddenly bigger than 512, I have no clue

Review Cisco Networking for a $25 gift card