06-06-2004 04:10 AM - edited 02-20-2020 11:26 PM
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
06-06-2004 08:21 AM
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.
06-08-2004 03:48 AM
Thanks alot
It works
😆
08-14-2004 11:47 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide