Skip navigation

JSI Tip 8691. When a Windows DNS server is queried for any resource record, it may truncate answers that are larger than 16KB?

The subject behavior may occur if the Windows DNS server hosts an _msdcs.ForrestRootName zone with more than ~ 400 GC SRV records, and in other scenarios with other record types.

NOTE: If the client queries a DNS server that forwards the query to another DNS server that hosts the zone, that server sends a SERVER FAILURE message to the client.

When a client requests a resource record set that is larger than the UDP maximum message size, which is currently 512 bytes, the client is instructed to switch to TCP for the query. Using TCP, the server uses a fixed buffer size, which may truncate the response.

If you experience this problem because of the number of active global catalog servers, the only workaround is to decrease the number of records in the resource record set. To accomplish this, unregister some global catalog servers in DNS by setting the DnsAvoidRegisterRecords Value Name on the global catalog servers that you want to unregister. Set this REG_MULTI_SZ data type to:

Gc
GcIpAddress
GenericGc
Mnemonic Type DNS Record
Gc SRV _ldap._tcp.gc._msdcs.<DnsForestName>
GcIpAddress A gc._msdcs.<DnsForestName>
GenericGc SRV _gc._tcp.<DnsForestName>

NOTE: See the following Microsoft Knowledge Base articles:

Problems with Many Domain Controllers with Active Directory Integrated DNS Zones.

How to Optimize Active Directory Replication in a Large Network.

Best Practice Methods for Windows 2000 Domain Controller Setup.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish