Guest Robert S Posted August 4, 2008 Posted August 4, 2008 I've been having a few networking problems contacting other computers. We have a small network with a router (192.168.0.1) and a DNS/DHCP server (192.168.0.33). The router is able to provide these services but I have disabled DHCP. Despite this, the nslookup command reports the router as the DNS server. C:\Documents and Settings>nslookup google.com Server: http://www.routerlogin.com Address: 192.168.0.1 Non-authoritative answer: Name: google.com Addresses: 64.233.167.99, 64.233.187.99, 72.14.207.99 All of the other PCs on our network (correctly) use 192.168.0.33 as the DNS server. I've tried setting the DNS server manually to 192.168.0.33, but it still reports 192.168.0.1 as the DNS server. Is there some way that I can completely reset this (I've tried "ipconfig /flushdns")? --
Guest Patrick Keenan Posted August 4, 2008 Posted August 4, 2008 Re: nslookup reports wrong DNS server "Robert S" <robert_s@emailme.net.au> wrote in message news:%23pbUzRg9IHA.3480@TK2MSFTNGP03.phx.gbl... > I've been having a few networking problems contacting other computers. We > have a small network with a router (192.168.0.1) and a DNS/DHCP server > (192.168.0.33). The router is able to provide these services but I have > disabled DHCP. Despite this, the nslookup command reports the router as > the DNS server. > > C:\Documents and Settings>nslookup google.com > Server: http://www.routerlogin.com > Address: 192.168.0.1 > > Non-authoritative answer: > Name: google.com > Addresses: 64.233.167.99, 64.233.187.99, 72.14.207.99 > > All of the other PCs on our network (correctly) use 192.168.0.33 as the > DNS server. > > I've tried setting the DNS server manually to 192.168.0.33, but it still > reports 192.168.0.1 as the DNS server. > > Is there some way that I can completely reset this (I've tried "ipconfig > /flushdns")? What do the network card TCP/IP properties say? What if you set the DNS server correctly there? HTH -pk > > -- > > >
Recommended Posts