JSI Tip 2428. How do I prevent a domain controller from dynamically registering DNS names?.

Jerold Schulman

May 24, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

The Netlogon service on a DC registers dynamic DNS records to advertise AD services.

The registration happens when Netlogon starts and every hour thereafter. If a DNS server doesn't support RFC 2136, dynamic updates may cause errors. If you manually enter the DNS records, use Regedt32 to turn off dynamic registration at:

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesNetlogonParameters

On the Edit menu, Add Value name UseDynamicDns, as a type REG_DWORD. Set the data value to 0.

Delete the %systemroot%System32Configetlogon.dnb file and restart the computer.

NOTE: Make sure you manually register the records in %SystemRoot%system32configetlogon.dns. See the link to DNS Records Registered by Windows 2000 Domain Controllers in tip 2720.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like