Happy, if you could answer a couple of questions I may be able to help you.
1. Connection type, from your posts I'm ass-u-ming dial-up, right?
2. Do you have the SP2 firewall turned on? Right click on Network Neighborhood, properties. Your connection will have a lock on it. Turn this off when flying AH. This should not prevent DNS queries though.
3. While connected to the internet go to a command prompt and type ipconfig /all. your looking for the DNS servers. (post that information here)
4. Does your ISP want you to manually enter DNS servers? Many do this autmatically now. SP2 may have reset your TCP/IP protocol settings.
Things to try.
From the ipconfig info try and ping the DNS server addresses.
from a command prompt type:
ping
ipaddressMost DNS servers will respond to a ping if they exist. you should get a reply to them.
If your getting a reply from the DNS servers try this.
at a command prompt type:
ipconfig /flushdns (this will clear the dns cache)
nslookup
hostname (i.e.
http://www.hitechcreations.com)
you should get something back like this:
H:\>nslookup
http://www.hitechcreations.comServer: jaxbdc1.bbri.com
Address: 10.5.200.13
Non-authoritative answer:
Name:
http://www.hitechcreations.comAddress: 216.91.192.19
The answer section is what you are looking for and it should be the same as you see here. If you get nothing something liek server not found then you definately have a DNS problem.
Hope this helps.