Link to home
Start Free TrialLog in
Avatar of paradigm_IS
paradigm_IS

asked on

Troubleshoot DNS Browsing Issues

Hi

We have a web site that is hosted internally that users who are also situated internally sometimes have trouble resolving.  Sometimes when they try to resolve the URL, they receive the "Page Cannot Be displayed" in the web browser.

The workaround we have found is to flush the DNS cache on the client computer using the following command from a command line prompt (I've put it into a batch file):

ipconfig /flushdns

We have 2 Windows Server 2008 R2 domain controllers that is also serving as a DNS servers.

So far we've only been able to test with Windows clients, but I am thinking of trying a Linux client as well in order to see if it's not isolated to Windows.

Having said that, I'm wondering if anyone has an idea as to what is causing this or how to fix this without having our users always resorting to running a ipconfig /flushdns

Thanks for any help,
Avatar of alicain
alicain

Hello,

At a command prompt of the client run NSLOOKUP and at the prompt, enter the name of the webserver. e.g.  servername1.domainname.com
Is the correct IP address returned, or multiple addresses?
Check you get the same results from both DNS servers by using the "SERVER" command in nslookup to query the other DNS server.  e.g. server 192.168.0.1

How is the DNS client configured on the workstation - which DNS servers is it using, check it is NOT configured with external DNS servers.

Also on the client, in IE options disable "Show friendly HTTP error messages" which may give some more detail.

When next experiencing the issue, at the client, again run the nslookup to see if it is still the same.

Can you ping the server by IP address when getting the error in IE?

That should give a little more to go on...
Regards,
Alastair.
Perform an NSLookup for the host at each of your DNS servers

nslookup host.com dnsserver1
nslookup host.com dnsserver2

Is the destination web server operating on a single nic or multiple nics?
ASKER CERTIFIED SOLUTION
Avatar of Gary Coltharp
Gary Coltharp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of paradigm_IS

ASKER

I'm going to try Gary's suggestion and remove the public DNS entry from the DHCP lease that clients get.