ms wrote:
> John John -MVP <(E-Mail Removed)> wrote in
> news:vvuZn.16650$(E-Mail Removed):
>
>> ms wrote:
>>> John John -MVP <(E-Mail Removed)> wrote in
>>> news:trrZn.8011$(E-Mail Removed):
>>>
>>>> ms wrote:
>>>>> My firewall takes a good bit of setting up to allow for my various
>>>>> programs. One day, I noticed the firewall was not in System Tray,
>>>>> so I went back to a older registry and rebooted.
>>>>>
>>>>> Since that time, the firewall is back to normal, and I can still
>>>>> dial up to my ISP server, but my browser and newsreader at any
>>>>> address give the message:
>>>>> server not found.
>>>>>
>>>>> Reboots do not fix this. I have never touched the host file.
>>>>> Disabling the firewall do not fix this.
>>>>>
>>>>> Advice?
>>>> Make sure that TCP/IP is correctly configured for your DNS server,
>>>> most ISPs will have you set this to "Obtain DNS server address
>>>> automatically", if not your ISP will provide you with their DNS
>>>> server address. See here for more help:
>>>> http://www.support.psi.com/support/c...ip/2000/win2k_
>>>> tc pip.html#dns
>>>>
>>>> John
>>>>
>>> Thanks, John, a good link, bookmarked it. I will check the W2K TCP/IP
>>> settings. If it changed, that's interesting.
>
> I disabled the firewall to be sure that is not causing the problem.
>
> I have dialup. I read through the data from that link, and it seems to
> primarily be how to first setup TCP/IP. In my case, it was all set up
> before, now it still dials up normally, normal connection as before, run Fx
> browser, but on any site, get the error "server does not find Google, etc".
>
> Am I missing something in that article?
>> You can also use ipconfig /all for information and the nslookup
>> command can also be quite useful.
>>
> ns lookup: default server unknown, address 127.0.0.1 which I expected.
That is your problem, your TCP/IP DNS setting is pointing to the local
host. The nslookup command should point to either your router (if you
use one, which I don't think that you are using) or it should point to a
valid DNS server address. Your modem will still work and you will still
be able to establish a connection to your ISP but you are getting these
"Server not found" errors because there is no DNS server to provide
Domain Name resolution. Set the DNS setting to "Obtain DNS server
address automatically", if that doesn't work ask your ISP for their DNS
server address. Or try a free public DNS server like Open DNS or
vnsc-pri.sys.gtei.net or even the Google DNS server.
Open DNS server addresses:
208.67.222.222
208.67.220.220
Google DNS server addresses:
8.8.8.8
8.8.4.4
vnsc-pri.sys.gtei.net DNS addresses:
4.2.2.1
4.2.2.2
4.2.2.3
4.2.2.4
4.2.2.5
4.2.2.6
Note that your ISP's DNS server is usually the one nearest to you and
the fastest one available... but not always, sometimes folks get faster
Domain Name resolution when they try a different DNS server than the one
provided by the ISP.
> ipconfig/all: can't find ipconfig ??
You ran ipconfig /all while you were using nslookup in interactive mode,
for lack of a better explanation you were inside the nslookup console
and not at the Command prompt as such. To exit the nslookup interactive
mode you have to type EXIT at the prompt, this returns you to the
Command Prompt proper. Start a new command session and try the ipconfig
/all command again while at C:\> prompt.
John