Re: Accessing websites



MikeM wrote:
IE will only access Yahoo & Microsoft. Any other site I try to access
I get the message it can't open the site. I can access email and
newsgroups and have updated several programs sussessfully.

Thanks
Mike

DNS (Domain Name Service) translates symbolic addresses, to
numeric addresses. When you use a browser, and type in www.aol.com,
that has to be converted to a number. DNS does that.

To test DNS, open a Command Prompt window (DOS window). Try

nslookup www.aol.com

Mine returns:

Server: (Address of the DNS server provided by my ISP)
Address: My local IP address (on the LAN side of my router, not my WAN address)

Non-authoritative answer:

Name: www.aol.com.websys.akadns.net
Addresses: 205.188.102.114, 205.188.101.114, 205.188.100.114
Aliases: www.aol.com

If I enter "http://205.188.102.114"; without the double quotes, and
hit return in my browser, I'll see the AOL home page. In this second
case, since I provided the number, there is no DNS step to do.
Try http://205.188.102.114 and see if you get AOL. If so, then
probably there is a problem with DNS setup. (If the symbolic www.aol.com
doesn't work, and yet the number one does, it means DNS is busted somehow.)

Note that me choosing www.aol.com as an example, isn't very bright. Some
of the larger sites, use complicated networking setups, where they
need the symbolic info as well, to resolve properly. I got lucky in this
case, that AOL actually responded to one of those numbers. Still, give
it a try.

If you are using DHCP to talk to your ISP, then DHCP should automatically
get DNS server info from the ISP (see your Network control panel). It
could be, that the DNS server they fed you, is currently having problems,
and is not responding. If they give you two DNS servers, and the first one
is busted, sometimes the symptoms seen will be a long delay before any
symbolic address is resolved. Like every web page takes 10 seconds to
open. That is because the OS stupidly tries the busted one first,
every time.

Another DOS window command I use occasionally, is

ipconfig /renew

What that does, is renew the DHCP lease and get a new public address
for your networking setup. That seems to be needed
sometimes, to clean up my network setup.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ipconfig.mspx?mfr=true

There is also a page for nslookup, that doesn't help much.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nslookup.mspx?mfr=true

HTH,
Paul
.



Relevant Pages

  • Re: network has gone down again, and I cannot figure out why
    ... search dns: dns.asm.bellsouth.net ... try against the secondary DNS server address. ... up DHCP on this end and now I can email. ... DHCP just configures your side of the network with the data that the ...
    (Fedora)
  • Re: Migration from sbs 2003 to 2008 standard
    ... Nothing will replicate with DNS server change but the client will renew it's ip address from the DHCP server after the half lesae time. ... At that moment the client will get the new settings from the server, if you have changed the scope options in the DNS management console. ... next reboot or DHCP lease refresh the clients will use ...
    (microsoft.public.windows.server.active_directory)
  • Re: Replication issues
    ... I wanted to say Zone Transfers not Zone Forwarding. ... AD-Integrated DNS does not do zone transfers between the ... your DNS server will bypass ...
    (microsoft.public.windows.server.active_directory)
  • Re: DHCP setup, what am I doing wrong ????
    ... Windows machine your post would read like DNS rather than DHCP issues. ... Commonly, though by no means always, DNS server settings follow the DHCP ...
    (alt.linux)
  • Re: DHCP setup, what am I doing wrong ????
    ... Windows machine your post would read like DNS rather than DHCP issues. ... Commonly, though by no means always, DNS server settings follow the DHCP ...
    (alt.os.linux)