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

Issue: A-Host Records Disappear in an Active Directory Integrated DNS Environment with Windows DHCP Server

Issue: Certain virtual machines would loose their a-host records after a period of time. That…

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…

Network Dual Routers

Netopia 4622 interfaces:- Outside 66.x.x.221- Inside 66.x.x.97 /29- Config: NAT off, DHCP on (serving only…