Changes

Jump to: navigation, search

Configuring Windows Server 2008 DHCP Servers

2,777 bytes added, 14:09, 4 September 2008
New page: == Installing the DHCP Server Role == The first step in setting up a DHCP server on a Windows Server 2008 system is to install the DHCP Server feature on any servers with are required to ...
== Installing the DHCP Server Role ==

The first step in setting up a DHCP server on a Windows Server 2008 system is to install the DHCP Server feature on any servers with are required to provide the service. Before performing even this initial task, it is highly recommended that any systems designated to act as DHCP servers be assigned a static IP address. If the server is currently obtaining a dynamic IP address from another DHCP server, begin the installation process by assigning the system a static IP address. This can be achieved by launching the ''Server Manager'' and clicking ''View Network Connections''. Right click on the network adapter on which the DHCP service is to be run and select ''Properties'' where either, or both the IPv4 or IPv6 address may be changed from automatically obtaining an IP address to specifying a static address. Once configured, exit from the properties dialog and network connections window leaving the ''Server Manager'' running.

Installation of the DHCP Server Role is performed by selecting ''Roles'' from the tree in the left hand pane of the Server Manager tool. On the Roles page, click on the ''Add Role'' link to launch the Add Roles Wizard. Dismiss the welcome screen if it is displayed, and in the Select Server Roles screen select the check box next to ''DHCP Server'' before clicking the ''Next'' button, read the information provided and click ''Next'' again to proceed to the ''Network Connection Binding'' screen. It is wihitn this screen that the DHCP server is associated with specific network adapters installed in the system. Select the network adapters for which the DHCP service will be provided and click ''Next''.

DHCP can be used not just to provide clients with an IP address, but also additional information such as the name of the parent domain (for example techotopia.com) and the IP addresses of both preferred and alternate DNS servers. If the DHCP is required to provide these details for IPv4 clients, enter them into the ''Specify IPv4 DNS Server Settings'' page and click ''Next''.

On the ''IPv4 WIN Server Settings'' page, enter addresses of the Preferred and Alternate WINS servers if required. Otherwise, leave the ''WINS is not required for applications on this network'' option selected and proceed to the next configuration page.

The next page allows initial DHCP scopes to be configured. A DHCP scope defines one or more ranges of IP addresses from which an IP address may assigned to a client and the duration of of the IP address lease (6 days for wired clients and 8 hours for wireless clients). This may either be configured now, or at a later point in the configuration process. The topic of defining DHCP scopes is covered in the ''Defining DHCP Scopes'' section of this chapter.

Navigation menu