Article ID: 275554 - Last Review: October 31, 2006 - Revision: 2.3 The Host's "A" Record Is Registered in DNS After You Choose Not to Register the Connection's AddressThis article was previously published under Q275554 On This PageSYMPTOMS
In Windows 2000, if you clear the Register this connection's address in DNS check box under Advanced TCP/IP Settings for a network interface, the IP address may register an A record for the host name in its primary DNS suffix zone.
For example, this behavior may occur if you have the following configuration:
CAUSE
By default, when the DNS service is installed on a computer that is running Windows 2000, it listens to all of the network interfaces that are configured by using TCP/IP. When DNS causes an interface to listen for DNS queries, the interface tries to register the host A record in the zone that matches its primary DNS suffix. The interface tries to register the host A record regardless of the settings that have been configured in the TCP/IP properties. This behavior is by design and can take place under the following circumstances:
RESOLUTIONNOTE: The resolution that is described in this article only works on member servers that run DNS in a domain. It does not resolve this issue on domain controller computers. For additional information about how to resolve this issue on a domain controller, click the article number below
to view the article in the Microsoft Knowledge Base:
292822
(http://support.microsoft.com/kb/292822/EN-US/
)
Name Resolution and Connectivity Issues on Windows 2000 Domain Controller with Routing and Remote Access and DNS Installed
To prevent a DNS server from registering an A record for a specific interface in its primary DNS suffix zone, use one of the following methods.
Method 1Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:322756
(http://support.microsoft.com/kb/322756/
)
How to back up and restore the registry in Windows Configure the DNS service to publish specific IP addresses to the DNS zone. To do so, make the following registry modification:
PublishAddresses
This modification specifies the IP addresses that you want to publish for the computer. The DNS server creates A records only for the addresses in this list. If this entry does not appear in the registry, or if its value is blank, the DNS server creates an A record for each of the computer's IP addresses.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters Data type: REG_SZ Range: IP address [IP address] Default value: blank This entry is for computers that have multiple IP addresses, only a subset of which you want to publish. Typically, this prevents the DNS server from returning a private network address in response to a query when the computer has a corporate network address. DNS reads its registry entries only when it starts. You can change entries while the DNS server is running by using the DNS console. If you change entries by editing the registry, the changes are not effective until you restart the DNS server. The DNS server does not add this entry to the registry. You can add it by editing the registry or by using a program that edits the registry. Method 2Remove the interface from the list of interfaces that the DNS server listens on. To do so, follow these steps:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONFor additional information about how to disable dynamic registrations, click the article number below
to view the article in the Microsoft Knowledge Base:
246804
(http://support.microsoft.com/kb/246804/EN-US/
)
How to Enable/Disable Windows 2000 Dynamic DNS Registrations
The registry key to disable dynamic update of the DHCP client service is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DisableDynamicUpdate NOTE: This registry key does not resolve the issue that is outlined in this article. If the DNS server listens on a specific interface, the host A record for that interface is registered.Data type: REG_DWORD Range: 0 - 1 Default value: 0 If you remove an IP address from the list of the DNS server's listening interfaces, the server no longer accepts DNS requests that are sent to that IP address. This option is sometimes used in situations where the DNS server is also a domain controller and has an interface that is connected to a disjointed network. For this configuration, make sure that Active Directory client computers do not direct any queries to an interface that they cannot reach.
| Article Translations
|
Back to the top
