Installing and Configuring a DHCP Server
In this section, you install and configure a new DHCP server. Because the twocomputer configuration currently uses ICS, which uses its own version of DHCP, you must first delete the shared dial-up connection and restart both computers before proceeding with the DHCP server installation. This precaution prevents the two services from conflicting with one another.
Important This practice assumes that you have deployed ICS through a dial-up connection. If instead you are using another type of Internet connection, you will need to make whatever adjustments are required to deploy a DHCP server on your test network.
Deleting the ICS-Enabled Connection
ICS provides its own addressing service that conflicts with the addressing service provided by a DHCP server. In this section, you delete ICS to prepare for the installation of a DHCP server.
- From Computer1, log on to Domain1 as Administrator.
- Open the Network Connections window and disconnect the MyISP connection if it is not already disconnected.
- Right-click MyISP, and then select Delete.
The Confirm Connection Delete message box opens, asking you to confirm the deletion. - Click Yes.
- Restart Computer1.
- Switch to Computer2 and log on to Domain1 as Administrator.
- Open a command prompt and type the following command:
netsh interface ip set address local static 192.168.0.2 255.255.255.0.
This command sets the Local Area Connection to a static address of 192.168.0.2/24. - After the command has executed, type the following command:
netsh interface ip set dns local static 192.168.0.1.
This command sets the preferred DNS server of the Local Area Connection to the address 192.168.0.1.
The static address and preferred DNS server configuration is used temporarily until the new DHCP server is configured. This step is recommended only because you are switching from one dynamic addressing service (ICS) to another. - After the command has executed, restart Computer2.
In this tutorial:
- Configuring DHCP Servers and Clients
- Configuring the DHCP Server
- Benefits of DHCP
- Installing the DHCP Server Service
- Authorizing the Server
- Configuring Scopes
- IP Address Range
- Exclusion Ranges
- Using the 80/20 Rule for Servers and Scopes
- Creating Reservations
- Assigning DHCP Options
- Activating a Scope
- Networking Configuring the Client
- Migrating from APIPA or Alternate Configurations
- Migrating ICS Clients
- Installing and Configuring a DHCP Server
- Adding a DHCP Server Role
- Configuring a DHCP Client
- Managing DHCP in Windows Networks
- Changing DCHP Server Status
- Services Console
- Managing DHCP from a Command Line
- Connecting Clients to Remote DHCP Servers
- Using Superscopes
- Changing the Addressing of a Subnet
- Backing Up the DHCP Server Database
- Performing a Manual Backup
- Manually Compacting a DHCP Server
- Using Options Classes
- Implementing User Classes
- Performing a Manual Backup of the DHCP Server
- Creating a New Superscope
- Configuring DHCP Servers to Perform DNS Updates
- Configuring Dynamic Updates with DHCP
- Using the DnsUpdateProxy Security Group
- Adding Members to the DnsUpdateProxy