Active Directory communication fails on multihomed domain controllers (272294)
The information in this article applies to:
- Microsoft Windows 2000 Server SP1
- Microsoft Windows 2000 Advanced Server SP1
This article was previously published under Q272294 SYMPTOMS
In a Windows 2000 domain that has multihomed domain controllers, Active Directory communication, including replication, may fail intermittently.
CAUSE
This issue can occur if one of the network adapters is attached to an external network (such as the Internet) on the multihomed domain controller, and if Lightweight Directory Access Protocol (LDAP) and Kerberos traffic between the internal and external networks is partially or completely restricted because of a Proxy, ISA Server, NAT Server or another firewall device.
In this scenario, network adapters on the multihomed domain controllers are registering both the inside and outside Internet Protocol (IP) addresses with the DNS server. DNS name resolution lookup requests return records in a "round robin" fashion, alternating the internal and external IP addresses. Replication operations require multiple lookup requests of SRV records. In this case, half of the DNS lookup requests return an IP address that cannot be contacted, and the replication operation fails.
RESOLUTION
To resolve this issue:
- Disable registration on the outside network adapter on the multihomed domain controller. To do so:
- Click Start, click Settings, and then click Network and Dial-Up Connections.
- Right-click the outside local area network (LAN) connection, and then click Properties.
- Click TCP/IP, and then click Properties.
- Click Advanced, and then click to clear the Register DNS for this connection check box.
- Disable the round robin functionality on the DNS server. To do so:
- Click Start, click Settings, click Administrative Tools, and then click DNS.
- Open the properties for the DNS server's name.
- Click the Advanced tab, and then click to clear the Enable round robin check box.
- Remove the existing entries in DNS. To do so:
- Browse to the following location:
Under DNS\DNS Servername\Forward Lookup Zones\Domain Name - Remove Host (A) record entries that refer to the domain controller's computer name for the outside network adapter IP addresses.
- Remove Host (A) record entries for the same name as the parent folder for the network adapter IP addresses.
- Start the DNS Management Console, right-click the server name, and then click Properties.
- Click the Interfaces tab, and then remove the external IP address so that DNS does not listen on it.
- Open a command prompt, type ipconfig /flushdns, press ENTER, type ipconfig /registerdns, and then press ENTER.
- Change the binding order of your network adapters so that the Internal adapter is the first bound adapter. To do this, follow these steps:
- Click Start, click Settings, and then click Network and Dial-Up Connections.
- On the Advanced menu, click Advanced.
- Verify that the internal network adapter is listed first in the Connections box.
STATUSThis behavior is by design.
Modification Type: | Minor | Last Reviewed: | 4/10/2006 |
---|
Keywords: | kbActiveDirectoryRepl kbDNS kbPerformance kbprb w2000perf KB272294 |
---|
|