Hi Buck,
A further reference for you:
http://support.microsoft.com/default...en-us;317590#3
scroll down to the section on 'How DHCP/DNS Update Interaction Works' where
it says:
"You can use the DHCP server to register and update the PTR and A resource
records on behalf of its DHCP-enabled clients. When you do so, you must use
an additional DHCP option, the Client FQDN option (option 81). This option
permits the client to provide its FQDN as well as instructions to the DHCP
server on how it would like the server to process DNS dynamic updates (if
any) on its behalf.
When this option is issued by a qualified DHCP client, such as a
DHCP-enabled computer that is running Windows 2000, it is processed and
interpreted by Windows 2000 DHCP servers to determine how the server
initiates updates on behalf of the client.
For example, you can use any of the following configurations to process
client requests:
The DHCP server registers and updates client information with its configured
DNS servers according to the client request.
After you install a new DHCP server, this configuration becomes the default
configuration for Windows 2000 DHCP servers and clients. In this mode, any
Windows 2000 DHCP client can request the way in which the DHCP server
performs updates of its host A and PTR resource records. If possible, the
DHCP server accommodates the client request for handling updates to its name
and IP address information in DNS.
To configure the DHCP server to register client information according to the
client's request, open the DHCP properties for the server, click the DNS
tab, click Properties, and then click Update DNS only if DHCP client
requests.
The DHCP server always registers and updates client information with its
configured DNS servers.
This configuration is a modified configuration that is supported for Windows
2000 DHCP servers and clients. In this mode, the DHCP server always performs
updates of the client's FQDN and leased IP address information, both its
host A and PTR resource records, regardless of whether the client has
requested to perform its own updates.
To configure a DHCP server to register and update client information with
its configured DNS servers, open the DHCP properties for the server, click
the DNS tab, click Properties, and then click Always update DNS.
The DHCP server never registers and updates client information with its
configured DNS servers.
To use this configuration, the DHCP server must be configured to disable
performance of DHCP/DNS proxied updates. When you use this configuration, no
client host A or PTR resource records are updated in DNS for DHCP clients.
To configure the server to never update client information, open the DHCP
properties for the DHCP server or one of its scopes on the Windows 2000 DHCP
server, click the DNS tab, click Properties, and then clear the
Automatically update DHCP client information in DNS check box. By default,
updates are always performed for newly installed Windows 2000 DHCP servers
and any new scopes that you create for them."
Hope that helps a bit.
Anastas
"Buck Turgidson" <> wrote in message
news:hpd9st$ocp$...
>I am trying to learn DHCP and DNS, and have a question.
>
> I see that a DHCP client will update its A record in DNS, and that the
> DHCP server will update the PTR record. Further, you can specify in the
> DHCP server settings (the middle DNS tab) that the DHCP server do both A
> and PTR records.
>
> So, if the DHCP server is doing updates of both records, does the DHCP
> client still attempt the A update, or is it aware that the server is
> taking care of it?
>