Ok, we recently switched our IP scheme from 192.168.1.0/24 to 192.168.2.0/24 here to link in with our VPN. During this switch we also deployed a DHCP server to hand out static IP addresses based on MAC addresses of the individual PC's. All PC's have been set to DHCP and pull the proper information, however we have been having some DNS issues lately with regards to resolving AD objects. The previous admin here set each client to use the PDC as the primary DNS and an external DNS as secondary, as you can imagine this caused problems, so I've removed the external DNS from the DNS information, but it is still showing up in nslookup:
ipconfig /all
Physical Address. . . . . . . . . : xx-xx-xx-xx
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.2.254
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.1
DHCP Server . . . . . . . . . . . : 192.168.2.1
DNS Servers . . . . . . . . . . . : 192.168.2.132
Primary WINS Server . . . . . . . : 192.168.2.132
Lease Obtained. . . . . . . . . . : Wednesday, May 23, 2007 11:13:10 AM
Lease Expires . . . . . . . . . . : Wednesday, May 23, 2007 11:23:10 AM
nslookup <computername>
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 192.168.1.132: Timed out
Server: <external DNS server which is not in the dhcpd.conf nor in the ipconfig info listed>
Address: <ip address of external DNS>
*** <external DNS server> can't find <computername>: Non-existent domain
As you can see it is checking 192.168.1.132 instead of 192.168.2.132 and then failing to the old secondary DNS information. Has anybody ever seen this before? What can I do to fix this? It's driving me nuts!
ipconfig /all
Physical Address. . . . . . . . . : xx-xx-xx-xx
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.2.254
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.1
DHCP Server . . . . . . . . . . . : 192.168.2.1
DNS Servers . . . . . . . . . . . : 192.168.2.132
Primary WINS Server . . . . . . . : 192.168.2.132
Lease Obtained. . . . . . . . . . : Wednesday, May 23, 2007 11:13:10 AM
Lease Expires . . . . . . . . . . : Wednesday, May 23, 2007 11:23:10 AM
nslookup <computername>
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 192.168.1.132: Timed out
Server: <external DNS server which is not in the dhcpd.conf nor in the ipconfig info listed>
Address: <ip address of external DNS>
*** <external DNS server> can't find <computername>: Non-existent domain
As you can see it is checking 192.168.1.132 instead of 192.168.2.132 and then failing to the old secondary DNS information. Has anybody ever seen this before? What can I do to fix this? It's driving me nuts!
