windows:server_os:move_dhcp

Move DHCP server

To move a DHCP server from one server to another, weather it be windows Server 2000, 2003, 2008, 2008 R2 or 2012.

One the Source server export the DHCP configuration

netsh dhcp server export C:\dhcp.txt all

copy the dhcp.txt file to the new server and then run the following command to import the configuration.

netsh dhcp server import c:\dhcp.txt all
Enter your comment:
88 +9 = 
 
  • windows/server_os/move_dhcp.txt
  • Last modified: 2019/10/31 09:06
  • by 127.0.0.1