DHCP failover is used to load balance client requests among two DHCP servers and provides fault tolerance. If one of the DHCP servers is down, then the other keeps serving IP addresses to clients. DHCP failover can be configured in the following two ways:
- Load balance mode (Both DHCP servers are active and the load is shared among the two).
- Hot standby mode (One of the DHCP servers is active and the other is passive. When active goes down, passive takes over and becomes active).
Prerequisites
Your systems must meet the following two minimum requirements:
- An active DHCP scope on which you want to configure failover.
- A running partner DHCP server.
Configure DHCP Failover in Windows Server 2016
Step 1. Open DHCP management console. Right-click IPv4 and click "Configure Failover..."
Step 2. Choose the scope you want to configure for failover and click Next.
Step 3. Add an IP address of the partner server and click Next.
Step 4. Choose the mode (I am choosing Load balance for this tutorial). Keep other options at their defaults.
Step 5. Click Finish.
Step 6. Click Close.