Connecting Clients to Remote DHCP Servers
Through the use of network broadcasts, DHCP allows client computers to locate DHCP servers on the local subnet and to obtain an IP address from that local server. However, routers by default prevent broadcasts from crossing into other subnets. Consequently, without some other added functionality, every physical subnet would need to contain a DHCP server for clients to receive DHCP service.
This added functionality can be provided in the form of RFC 1542-compliant routers, which can be configured not to block DHCP broadcasts, or DHCP relay agents, which can be configured to intercept broadcasted DHCP messages and transport them across the network to the IP address of a DHCP server.
Before passing a DHCP message on to a DHCP server, both RFC 1542-compliant routers and DHCP relay agents write their own address inside a certain field (named Giaddr) within that message. This address recorded within the DHCP message informs the DHCP server of the subnet ID of the originating subnet of the DHCP request and, consequently, of the proper scope from which to issue addresses to that subnet.
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