Kayıtlar

Ağustos, 2015 tarihine ait yayınlar gösteriliyor

Migrating DHCP from Windows 2003 to Windows 2008 R2

I guarantee you will love the DHCP from 2008 R2 server. It has new features and plus it works great. But what can you do with the old one that is running on a 2003 server ? You don’t want to lose all the reservations and scope options. The resolution to this problem is to migrate the DHCP database to the new server. The process is straight forward and does not take hours. You will be done in a couple of minutes.  Log on to the 2003 DHCP server, open a terminal and issue this command netsh dhcp server export C:\dhcp.txt all This will create a text file on the root of your C drive called  dhcp.txt , that will contain all the DHCP settings. Now you need to stop the DHCP service on this server. net stop dhcp server   The following assumes that you already installed the DHCP service on the 2008 R2 server; if not  here is an article  on how to do it. Now copy that  .txt  file to the 2008 R2 DHCP server, open a terminal and issue the following command: netsh dhcp server impor