DHCP Step-by-Step Guide: Demonstrate DHCP Split Scope with Delay on a Secondary Server in a Test Lab

A Dynamic Host Configuration Protocol (DHCP) split-scope configuration using multiple DHCP servers allows for increased fault tolerance and redundancy over using only one DHCP server. The new Split-scope Wizard in Windows Server® 2008 R2 replaces the more error prone manual split-scope configuration method used in earlier versions of Windows Server. The wizard-based configuration, along with the advent of scope properties, enables IT Professionals to minimize the possibility of depletion of address pools. The new split-scope configuration employs a secondary DHCP server with a time delay that is configured in its scope properties. The time delay on the secondary DHCP server causes it to respond with a delay to DHCP DISCOVER requests from DHCP clients, enabling the primary DHCP server to respond to and accept the DHCPOFFER first. In the event that the primary DHCP server becomes unavailable, the secondary DHCP server can continue distributing addresses until the primary server is available to service clients again. The split-scope configuration is a server-side enhancement and therefore requires no client configuration to work. Only IPv4 scopes benefit from a split-scope configuration because IPv6 was designed to alleviate address exhaustion.

The following step-by-step instructions guide you in deploying a DHCP split-scope with delay on a secondary server in a test lab.

In this guide

This step-by-step guide contains an introduction to using DHCP with a split scope on a secondary server, with delay, and instructions for setting up a test lab using two DHCP servers and one DHCP client.

Important

The following instructions are for configuring a test lab using the minimum number of computers. Individual computers are needed to separate the services provided on the network and to clearly show the desired functionality. This configuration is not designed to reflect best practices, nor does it reflect a recommended configuration for a production network. The configuration, including IP addresses and all other configuration parameters, is designed only to work on a separate test lab network.

Scenario overview

In this test lab, a DHCP split-scope is configured on two computers running Windows Server 2008 R2 (primary and secondary) with DHCP installed. A delay is configured on the secondary server. A computer running Windows® 7 with the DHCP Client service is used to demonstrate proper functioning of the configuration. A computer running Windows Server 2003 is also used in the test lab as a domain controller and DNS server.

Software requirements

The following are required components of the test lab:

  • The product disc for Windows Server 2008 R2.

  • The product disc for Windows Server 2003 with Service Pack 2 (SP2).

  • The product disc for Windows® 7.

Note

This lab demonstrates a mixed server environment using both Windows Server 2008 R2 and Windows Server 2003. However, you could deploy a pure Windows Server 2008 R2 server environment if you do not require interaction between the two different server versions.

Steps for configuring the test lab

  1. Configure DC1

    DC1 is a server running the Windows Server 2003 SP2 operating system. DC1 is configured as a domain controller with Active Directory® Domain Services (AD DS), and as the primary DNS server for the intranet subnet.

  2. Configure DHCP Server 1 and DHCP Server 2

    DHCP Server 1 and DHCP Server 2 are servers running Windows Server 2008 R2. DHCP Server 1 is configured with the DHCP Server service, and functions as a primary DHCP server with split-scope configuration. DHCP Server 2 is configured with the DHCP Server service, and functions as a secondary DHCP server with split-scope configuration.

  3. Configure DHCP Client 1

    DHCP Client 1 is a client computer running Windows 7. DHCP Client 1 is configured with the DHCP client requesting an IP address from DHCP Server 1 and DHCP Server 2.

After all the computers are configured, this guide provides steps for a demonstration of DHCP split scope with delay configured on the secondary server. The following sections provide details about how to perform these tasks.

Configure DC1

DC1 is a computer running Windows Server 2003 Standard Edition with SP2, which provides the following services:

  • A domain controller for the Contoso.com AD DS domain.

  • A DNS server for the Contoso.com DNS domain.

To configure DC1, complete the following tasks:

  • Install the operating system.

  • Configure Transmission Control Protocol/Internet Protocol (TCP/IP).

  • Install AD DS and DNS.

  • Create a user account and group in AD DS.

The following sections explain these steps in detail.

Install the operating system on DC1

Install Windows Server 2003 SP2 as a stand-alone server.

To install the operating system on DC1

  1. Start your computer using the Windows Server 2003 product disc.

  2. When prompted for a computer name, type DC1.

Configure TCP/IP on DC1

Configure the TCP/IP protocol with a static IP address of 172.16.1.1 and the subnet mask of 255.255.255.0.

To configure TCP/IP on DC1

  1. Click Start, click Control Panel, and then double-click Network Connections.

  2. Right-click Local Area Connection, and then click Properties.

  3. Click Internet Protocol (TCP/IP), and then click Properties.

  4. Select Use the following IP address. Type 172.16.1.1 next to IP address and 255.255.255.0 next to Subnet mask.

  5. Verify that Preferred DNS server is blank

  6. Click OK, click Close, and then close the Network Connections window.

Configure DC1 as a domain controller and DNS server

DC1 serves as the only domain controller and DNS server for the Contoso.com domain.

To configure DC1 as a domain controller and DNS server

  1. To start the AD DS Installation Wizard, click Start, click Run, type dcpromo, and then press ENTER.

  2. In the AD DS Installation Wizard dialog box, click Next.

  3. Operating system compatibility information is displayed. Click Next again.

  4. Verify that Domain controller for a new domain is selected, and then click Next.

  5. Verify that Domain in a new forest is selected, and then click Next two times.

  6. On the Install or Configure DNS page, select No, just install and configure DNS on this computer, and then click Next.

  7. Type Contoso.com next to Full DNS name for new domain, and then click Next.

  8. Confirm that the Domain NetBIOS name shown is CONTOSO, and then click Next.

  9. Accept the default Database Folder and Log Folder directories, and then click Next.

  10. Accept the default folder location for Shared System Volume, and then click Next.

  11. Verify that Permissions compatible only with Windows 2000 or Windows Server 2003 operating systems is selected, and then click Next.

  12. Leave the Restore Mode Password and Confirm Password text boxes blank, and then click Next.

  13. View the summary information provided, and then click Next.

  14. Wait while the wizard completes configuration of AD DS and DNS services, and then click Finish.

  15. When prompted to restart the computer, click Restart Now.

  16. After the computer is restarted, log on to the CONTOSO domain using the Administrator account.

Create a user account in AD DS

Next, create a user account in AD DS. This account is used when logging in to DHCP Server 1 and DHCP Server 2.

To create a user account in AD DS

  1. Click Start, point to Administrative Tools, and then click AD DS Users and Computers.

  2. In the console tree, double-click Contoso.com, right-click Users, point to New, and then click User.

  3. In the New Object - User dialog box, next to Full name, type User1, and in User logon name, type User1.

  4. Click Next.

  5. In Password, type the password that you want to use for this account, and in Confirm password, type the password again.

  6. Clear the User must change password at next logon check box, and select the Password never expires check box.

  7. Click Next, and then click Finish.

  8. Leave the AD DS Users and Computers console open for the following procedure.

Add user1 to the DHCP Administrators group

Next, add the newly created user to the DHCP Administrators group and use it for all of the configuration activities.

To add a user to the DHCP Administrators group

  1. In the AD DS Users and Computers console tree, click Users.

  2. In the details pane, double-click DHCP Administrators.

  3. In the DHCP Administrators Properties dialog box, click the Members tab, and then click Add.

  4. Under Enter the object names to select (examples), type User1, the user name that you created in the previous procedure, and then click OK two times.

  5. Leave the AD DS Users and Computers console open for the following procedure.

Configure DHCP Server 1 and DHCP Server 2

For the test lab, DHCP Server 1 and DHCP Server 2 are running Windows Server 2008 R2, and host the DHCP service as primary server and secondary server respectively for split-scope configuration, which provides IP addresses and leases for the requesting DHCP clients. To configure DHCP Server 1 and DHCP Server 2, complete the following tasks:

  • Install the operating system.

  • Configure TCP/IP.

  • Join the computer to the domain.

  • Install DHCP server roles.

  • Configure DHCP.

Install Windows Server 2008 R2

To install Windows Server

  1. Start your computer using the Windows Server 2008 R2product CD.

  2. When prompted for the installation type, select Custom.

  3. Follow the instructions that appear on your screen to finish the installation.

Next, install the DHCP server role on DHCP Server 1 and DHCP Server 2.

Install the DHCP server role

  1. Click Start, and then click Server Manager.

  2. Under Roles Summary, click Add roles, and then click Next.

  3. On the Select Server Roles page, select the DHCP server, and then click Next two times.

  4. On the Select Network Connection Bindings page, verify that 172.16.1.2 is selected, and then click Next on DHCP Server 1. Similarly, on the Select Network Connection Bindings page, verify that 172.16.1.3 is selected, and then click Next on DHCP Server 2.

  5. On the Specify IPv4 DNS Server Settings page, verify that contoso.com is listed under Parent domain.

  6. Type 172.16.1.1 under Preferred DNS server IP address, and then click Validate. Verify that the result returned is valid, and then click Next.

  7. On the Specify WINS Server Settings page, accept the default setting of WINS is not required on this network, and then click Next and skip to step 11 below.

  8. On the Add or Edit DHCP Scopes page, click Add for DHCP Server 1 only.

Important

Do not add a DHCP scope on DHCP Server 2. A scope will be added automatically by the split scope wizard. For DHCP Server 2, click Next.

  1. In the Add Scope dialog box, type SS Scope next to Scope Name. Next to Starting IP Address, type 172.16.1.4, next to Ending IP Address, type 172.16.1.204, and next to Subnet Mask, type 255.255.255.0.

  2. Select the Activate this scope check box, click OK, and then click Next.

  3. On the Configure DHCPv6 Stateless Mode page, select Disable DHCPv6 stateless mode for this server, and then click Next.

  4. On the Authorize DHCP Server page, select Use current credentials. Verify that CONTOSO\user1 is displayed next to Username, and then click Next.

  5. On the Confirm Installation Selections page, click Install.

  6. Verify the installation was successful, and then click Close.

Configure DHCP on DHCP Server 1 and DHCP Server 2

DHCP Server 1 and DHCP Server 2 are the member servers that provide DHCP addressing. The DHCP service was partially configured during installation with Server Manager on both of these servers.

Configure identical reservations on both the DHCP servers so that either DHCP servers can assign the reserved IP address.

Open the DHCP console

To open the DHCP console

  1. Click Start, click Run, type dhcpmgmt.msc, and then press ENTER.

  2. Leave this window open for all DHCP configuration tasks.

Configure the default user class on DHCP Server 1

Next, configure scope options for the default user class. These server options are used when a client computer attempts to access the network and obtain an IP address from the DHCP server.

To configure default user class scope options

  1. In the DHCP console tree, under Scope [172.16.0.0] SS Scope, right-click Scope Options, and then click Configure Options.

  2. On the Advanced tab, verify that Default User Class is selected next to User class.

  3. Select the 006 DNS Servers check box, in IP Address, under Data entry, type 172.16.1.1, and then click Add.

  4. Select the 015 DNS Domain Name check box, in String value, under Data entry, type contoso.com, and then click OK.

Note

The 003 Router option is configured in the default user class if a default gateway is required for client computers. Because all computers in the test lab are located on the same subnet, this option is not required.

Configure a split scope using the wizard on DHCP Server 1 and DHCP Server 2

Next, configure a split-scope deployment on DHCP Server 1 and DHCP Server 2 by launching the Split-scope Wizard on the scope to be split-scoped on DHCP Server 1.

To configure a split scope using the wizard

  1. In the DHCP console tree, right-click Scope [172.16.0.0] SS Scope, and then click Advanced > Split-Scope.

  2. The DHCP Split-Scope Configuration wizard is launched.

  3. On the Percentage of Split page, set the configuration for a ratio of 80:20 by assigning DHCP Server 1 to exclude addresses 172.16.1.164 to 172.16.1.204, and DHCP Server 2 to exclude 172.16.1.4 to 172.16.1.163. See the example below.

  4. Click Next, and then on the Delay in DHCP Offer page, configure DHCP Server 1 with a value of 0 (default) and configure Added DHCP Server (DHCP Server 2) for 1000 milliseconds. This enables DHCP Server 2 to offer DHCP OFFER messages only after a delay of 1000 milliseconds, thereby preventing the exhaustion of IPv4 addresses from the required scope of DHCP Server 2.

Configure DHCP Client 1

DHCP Client 1 and DHCP Client 3 are computers running Windows 7that you use to demonstrate as a typical DHCP client that requests for an IP address from the DHCP server in the domain. To configure DHCP Client 1, complete the following tasks:

  • Install the operating system.

  • Configure TCP/IP.

  • Verify network connectivity.

  • Join the computer to the domain and restart the computer.

Install Windows 7 on DHCP Client 1

To install the operating system on DHCP Client 1

  1. Start your computer using the product disc for Windows 7.

  2. When prompted for the installation type, select Custom Installation.

  3. When prompted for a computer name, type DHCP Client 1.

  4. On the Select your computer's current location page, click Work.

  5. Follow the rest of the instructions that appear on your screen to finish the installation.

Configure TCP/IP on DHCP Client 1

To configure TCP/IP on DHCP Client 1

  1. Click Start, and then click Control Panel.

  2. Click Network and Internet, click Network and Sharing Center, and then click Manage network connections.

  3. Right-click Local Area Connection, and then click Properties.

  4. In the Local Area Connection Properties dialog box, clear the Internet Protocol Version 6 (TCP/IPv6) check box. This reduces the complexity of the lab, particularly for those who are not familiar with IPv6.

  5. Click Internet Protocol Version 4 (TCP/IPv4), and then click Properties.

  6. Verify that Obtain an IP address automatically and Obtain DNS server address automatically are selected.

  7. Click OK, and then click Close to close the Local Area Connection Properties dialog box.

  8. Close the Network Connections and Network and Sharing Center windows.

Join DHCP Client 1 to the Contoso.com domain

Because DHCP Client 1 now has access to domain services, it can be joined to the domain.

To join DHCP Client 1 to the Contoso.com domain

  1. Click Start, right-click Computer, and then click Properties.

  2. Under Computer name, domain, and workgroup settings, click Change settings.

  3. In the System Properties dialog box, click Change.

  4. In the Computer Name/Domain Changes dialog box, select Domain, type Contoso.com, and then type enggmachine1.contoso.com in Computer Name.

  5. Click More, and then, in Primary DNS suffix of this computer, type Contoso.com.

  6. Click OK two times.

  7. When prompted for a user name and password, type the user name and password for User1 account, and then click OK.

  8. When you see a dialog box that welcomes you to the Contoso.com domain, click OK.

  9. When you see a dialog box that tells you that you must restart the computer to apply changes, click OK.

  10. In the System Properties dialog box, click Close.

  11. In the dialog box that prompts you to restart the computer, click Restart the computer now.

Renew the IP addressing of DHCP Client 1

Next, obtain a new IP address profile for DHCP Client 1 from DHCP.

To renew the IP address of DHCP Client 1

  • On DHCP Client 1, in the Command Prompt window, type ipconfig /renew, and then press ENTER.

  • In the Command Prompt window, type ping 172.16.1.1, and then press ENTER.

  • Verify that the response reads “Reply from 172.16.1.1."

  • In the Command Prompt window, type ipconfig, and then press ENTER.

  • In the command output, verify that the value of Connection-specific DNS Suffix is contoso.com and that the value of Subnet Mask is 255.255.255.0.

  • In the Command Prompt window, type route print -4, and then press ENTER.

  • In the command output, below Active Routes, verify that a Network Destination of 172.16.1.1 is displayed.

Stop DHCP Server 1

To demonstrate that DHCP Server 2 continues to distribute IP addresses to clients in the absence of DHCP Server 1, take DHCP Server 1 offline.

To stop the DHCP Server service on DHCP Server 1

  1. In the DHCP console tree, right-click DHCP Server 1, point to All Tasks and then click Stop.

Renew the IP address of DHCP Client 1

Next, obtain a new IP address profile for DHCP Client 1 from DHCP Server2.

To renew the IP address of DHCP Client 1

  • On DHCP Client 1, in the Command Prompt window, type ipconfig, and then press ENTER.

  • In the command output, verify that the IP address is 172.16.1.164 from DHCP Server 1.

  • In the Command Prompt window, type ipconfig /renew, and then press ENTER.

  • In the command output, verify that the IP address is 172.16.1.4 from DHCP Server 2.

Start DHCP Server 1

To demonstrate that DHCP Server 1 resumes distribution of IP addresses to when it is brought back online, restart, DHCP Server 1.

To restart the DHCP Server service on DHCP Server 1

  1. In the DHCP console tree, right-click DHCP Server1, rest on All Tasks, and then click Start.

Renew the IP address of DHCP Client 1

Next, obtain a new IP address profile for DHCP Client 1 from DHCP Server 1.

To renew the IP address of DHCP Client 1

  • On DHCP Client 1, in the Command Prompt window, type ipconfig, and then press ENTER.

  • In the command output, verify that the IP address is 172.16.1.4 from DHCP Server 2.

  • In the Command Prompt window, type ipconfig /renew, and then press ENTER.

  • In the command output, verify that the IP address is 172.16.1.164 from DHCP Server 1.

Appendix

This appendix helps you with troubleshooting techniques and the setting of optional features in Windows Server 2008 R2 and Windows 7.

Review DHCP client events

Reviewing information contained in DHCP client events can help you with troubleshooting. It can also help you understand DHCP client functionality.

To review DHCP client events in Event Viewer

  1. Click Start, point to All Programs, click Accessories, and then click Run.

  2. Type eventvwr.msc, and then press ENTER.

  3. In the left tree, navigate to Event Viewer (Local)\Windows Logs\System.

  4. Click an event in the middle pane.

  5. By default, the General tab is displayed. Click the Details tab to view additional information.

  6. You can also right-click an event, and then click Event Properties to open a new window for reviewing events.

Review DHCP server events

Reviewing information contained in Windows System events on your DHCP servers can help you with troubleshooting. It can also help you understand DHCP server functionality.

To review DHCP server events in Event Viewer

  1. Click Start, and then click Run.

  2. Type eventvwr.msc, and then press ENTER.

  3. In the left tree, navigate to Event Viewer (Local)\Custom Views\Server Roles\DHCP Server.

  4. Click an event in the middle pane.

  5. By default, the General tab is displayed. Click the Details tab to view additional information.

  6. You can also right-click an event, and then click Event Properties to open a new window for reviewing events. The following are the events pertaining to this feature:

  • 1340 - EVENT_SERVER_DNSDHCID_FAIL

    The DNS registration for DHCPv4 Client IP address %1 , FQDN %2, and DHCID %3 is denied as there is probably an existing client with same FQDN already registered with DNS.

  • 1340 - EVENT_SERVER_DNSDHCID_FAIL

    The DNS registration for DHCPv6 Client IPv6 address %1 , FQDN %2, and DHCID %3 is denied as there is probably an existing client with same FQDN already registered with DNS.