Integrating DNS And DHCP
- 0
- Add a Comment
Windows 2000 introduced the ability to integrate two very important services: DNS and DHCP. Some DNS clients can dynamically update their own resource records with a DNS server, thereby eliminating the need for administrators to do so manually. Some clients do not support dynamic updates so you can configure your DHCP server to update resource records on their behalf.
You can configure DNS and DHCP integration using the following steps:
- Click Start, point to Administrative Tools, and select DHCP.
- Right click your DHCP server and click Properties.
- Select the DNS tab.
- Choose the appropriate settings.
- Click OK.
From the DNS tab you will see a few different options. You should be familiar with each option and when you would want to select one or the other. Each option is outlined below.
- Enable DNS dynamic updates according to the settings below. This option is selected by default. Deselecting this option means the DHCP server will not perform any dynamic updates.
- Dynamically update DNS A and PTR records only if requested by the DHCP clients. This option is selected by default. Selecting this option means the DHCP server will perform the updates if requested to do so by the client.
- Always dynamically update DNS A and PTR records. Selecting this option means the DHCP server will always update DNS A and PTR records on behalf of DHCP clients.
- Discard A and PTR records when the lease is deleted. Specifies whether the DHCP server should discard the records when a DHCP client lease expires.
- Dynamically update DNS A and PTR records for DHCP clients that do not request updates (for example, clients running Windows NT 4.0). Select this option if there are clients on the network that do no support dynamic updates, such as those clients running Windows NT 4.0. In such cases, the DHCP server will perform the updates on behalf of the client.
[tags]administrator,dns,diana huggins,dhcp,ptr[/tags]
