Posted On March 31, 2019

Dual DHCP Servers on Microsoft Windows

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Dual DHCP Servers on Microsoft Windows
Requirements:
- Windows 2012 Server

1. Export from SERVER1
netsh dhcp server export \\FILESERVER01\IT\scripts\dhcp.txt all

2. Import to SERVER2
Add-WindowsFeature -IncludeManagementTools dhcp
netsh dhcp add securitygroups
Restart-service dhcpserver
netsh dhcp server import \\FILESERVER01\IT\scripts\dhcp.txt all
Add-DhcpServerInDC SERVER2 <SERVER2_IP_ADDRESS>

3. Setup Failover

Add-DhcpServerv4Failover –ComputerName dhcp1.kimconnect.com -PartnerServer dhcp2.kimconnect.com –Name server2016.kimconnect.com-172.16.1.100-2 –ScopeID 172.16.0.0 –ServerRole Active -Force

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Clear ARP Table in Windows?

Answer: Nothing fancy, just use this simple legacy command: netsh interface ip delete arpcache Done.

HP Procurve Firmware Update

1. Obtain Switch SoftwareJ9533A "5406zl" K.15.16.0005 ==> K.15.18.0016 ==> K.16.02.0019J9729A "2920-48G PoE": WB.15.11.0007 ==> WB.15.15.0014…

How to List All DNS Servers in a Domain

CMD Method: PS C:\Windows\system32> nslookup Default Server: dc02.intranet.kimconnect.com Address: 10.20.10.10 > set type=ns > intranet.kimconnect.com…