-----Original Message-----
I cannot open up wwww.symantec.com or do a live update?
When I attempt a live update - it says I am not connected
to the internet?
James,
Nobody can give you useful suggestions if you do not disclose your OS.
In case you are running NTx open a command window and enter
these commands:
nslookup
Verify that that shows it can see your DNS server.
The command leaves you in nslookup's interactive mode.
Enter your problem site name:
wwww.symantec.com
Really? or should it be:
www.symantec.com
Do both so you can see the difference.
Now exit nslookup. Enter:
exit
Now use telnet to check that that there is a port open at that address.
telnet
www.symantec.com 80
If the screen clears it means that there is a port open at that address.
If you like you can also try typing:
GET /
(That's GET <space><slash><Enter>.)
Eventually the connection will be dropped
otherwise press Ctrl-[ and type c and then q to close the connection
and quit the telnet application.
If the screen doesn't clear that means that there is no port open
at that address but it might also mean that the address being chosen
for the telnet connection isn't the right one. So redo the command
using an IP address that the nslookup command gave you instead
of the symbolic name. If that works you would know that your DNS
is working fine, since you were successful using the address that
nslookup returned. So then suspicion would be transferred to either
your HOSTS file or your OS dnscache.
You can test the address being saved by either mechanism by using ping:
ping -n 1
www.symantec.com
Is the address being used one of the ones that nslookup returned?
If not that would explain your problem. Then you should either fix HOSTS
or delete it and then flush the dnscache.
ipconfig /flushdns
Now try the telnet test again.
Good luck
Robert Aldwinckle
---
.