DNS issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having a very erratic internet connection issue. Sometime I do not have internet connection (message: the page can not be displayed). As soon as I go to Network Neighborhood, right click, properties, tcpIP, properties, advanced, DNS, and I will change the order and all I have to do is refresh my IE browser to get connection, that happens to some XP PC's
 
In
Max said:
I am having a very erratic internet connection issue. Sometime I do
not have internet connection (message: the page can not be
displayed). As soon as I go to Network Neighborhood, right click,
properties, tcpIP, properties, advanced, DNS, and I will change the
order and all I have to do is refresh my IE browser to get
connection, that happens to some XP PC's

What are the two DNS servers you are using?
Do you have a local DNS server?
 
You want to try running "ipconfig /flushdns" at the command prompt. This may solve it temporarily. When in the broken state though, use NSLOOKUP to see if
you can resolve Internet names. Just run NSLOOKUP from a command prompt. It will connect you to the default DNS server. Query for something that you
know was failing. Does this work? Next, type "server IP" where IP is the second DNS server the client is configured with. Again query for something you know
wasn't working. If neither work, I'd suspect that the internet connection is down. If only one works, I'd suspect a problem with your ISP's DNS servers. What you
may want to do is setup your own DNS internally. Point all clients to this DNS server. This DNS server will use root hints to resolve Internet names and may
solve your issue.

Thank you,
Mike Johnston
Microsoft Network Support

--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
Back
Top