When migrating a DHCP server over it is very important to make sure your old DNS servers are not being used by your servers and computers.
1. Performing “ipconfig /all” yields the following incorrect result; and really should say 192.168.2.84 in our case. By checking the other fields we know this is not a static ip and does not contain any static dns entries.. so what is going on here?
- 192.168.2.250 = old dns
- 192.168.2.20 = old dns
2. Go into DHCP and navigate down to your scope. Right click on “Server Options and select “Configure Options”
3. Then add the correct DNS Servers to the configuration. You can even remove the old DNS servers if desired. (In my example I did not remove the DNS Servers).
4. If we go back onto our client and peform the following commands we will see the updated DNS information as follows
- via cmd prompt “ipconfig /flushdns”
- via cmd prompt “ipconfig /release”
- via cmd prompt “ipconfig /renew”
Success!
I read a lot of interesting content here. I will be checking back often.