old DNS address hanging around

  • Thread starter Thread starter Eric A. Hall
  • Start date Start date
E

Eric A. Hall

I've rebuit my network and am having a strange problem. Although DHCP
works fine on the clients and all the new data is being read, a few
utilities still see a very old DNS server address as the primary DNS
server. Things like winipcfg shows the old DNS server, for example,
even though the command-line ipconfig utility shows the current one.
The WildPacket inet utilities see the old one too. This is very
annoying since I have to manually change the address whenever I use
one of these tools.

I looked for the old address in the registry and it ain't there.
Anybody got any ideas where to look? Is it encoded into some other
form?

Thanks for any help.
 
Must be configured IN THE tools.

Changing the DNS addresses on a machine is effective
for all programs that don't save their own settings.

As long as IPConfig shows the right address you have
it correct. (I would never have expected WinIpCfg to
show an "old one" -- at least not the one from Microsoft.)

Since WinIPCfg doesn't come with Win2000+, my guess
is that you have a 3rd party version?
 
Herb Martin said:
Must be configured IN THE tools.

It's not; they use the system settings but can't find it.
Since WinIPCfg doesn't come with Win2000+, my guess
is that you have a 3rd party version?

It's part of the reskit.
 
Output "Ipconfig /all" to a text file and post the
names of the desired and undesirable servers with
that text file appended.
 
Herb Martin said:
Output "Ipconfig /all" to a text file and post the
names of the desired and undesirable servers with
that text file appended.

first, ipconfig shows the correct server:

Z:\>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : ferret
Primary DNS Suffix . . . . . . . : corp.ntrg.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : corp.ntrg.com
labs.ntrg.com

Ethernet adapter NTRG LAN:

Connection-specific DNS Suffix . : corp.ntrg.com
Description . . . . . . . . . . . : 3Com EtherLink 10/100 PCI
TX NIC (3C
905B-TX)
Physical Address. . . . . . . . . : 00-10-4B-9F-07-A6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 207.65.71.20
Subnet Mask . . . . . . . . . . . : 255.255.255.248
Default Gateway . . . . . . . . . : 207.65.71.17
DHCP Server . . . . . . . . . . . : 207.65.71.19
DNS Servers . . . . . . . . . . . : 207.65.71.19
Primary WINS Server . . . . . . . : 207.65.71.19
Lease Obtained. . . . . . . . . . : Sunday, June 13, 2004
11:48:17 AM
Lease Expires . . . . . . . . . . : Sunday, June 13, 2004
7:48:17 PM


but wntipcfg.exe (the winipcfg util from the reskit) and iptools still
shows the old primary DNS server address:

http://www.ehsco.com/misc/wntipcfg.gif

I can't find any reference to this address in the registry, so if it's
in there it is encoded or something.
 
Back
Top