Link to home
Start Free TrialLog in
Avatar of dee_nz
dee_nzFlag for New Zealand

asked on

Move DHCP clients to new server

I know this kind of question has been asked before on EE but I need to clarify the steps i'll have to take to move DHCP clients from one server to another.

I've had problems before where one client would not let go of its dhcp lease from the old server even when the old dhcp scope as inactive and the client was restarted - drove me crazy! and I want to avoid this next time.

I can remotely restart all the PCs after hours but I need to avoid any IP conflicts and dhcp leases getting "stuck" on the old server.

Please have a look at the attached and let me know if these steps are the best way to avoid any problems when moving clients from one dhcp server to another.
Windows Server 2003 R2, Windows XP clients
Thanks
Avatar of dee_nz
dee_nz
Flag of New Zealand image

ASKER

Here's the dhcp move checklist.
Thanks
DHCP-move.xls
ASKER CERTIFIED SOLUTION
Avatar of Michael Pfister
Michael Pfister
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
For any client that doesn't pick up the new server, you can run from a command prompt:
ipconfig /release
ipconfig /renew
Avatar of dee_nz

ASKER

mpfister
Does the netsh dhcp server export C:\dhcp.txt all command export all the DHCP config? scope, options leases?
It exports the entire DHCP server config. You can limit it to specific scopes if you need.

http://support.microsoft.com/kb/281626/en-us
Avatar of dee_nz

ASKER

Thanks mpfister i'll try that instead!