JSI Tip 3598. How do I prevent Windows 2000 from attempting DDNS on my Internet NIC?
Jerold Schulman
April 17, 2001
1 Min Read
To prevent Windows 2000 from attempting to Dynamically register a selected Network Interface Card (NIC):
1. Use Regedt32 to navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTCPIPParametersInterfaces.
2. Edit or Add Value name DisableDynamicUpdate. Toggle the Data type to REG_DWORD. In the DWORD Editor, set the data value to 1.
NOTE: You will notice that HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTCPIPParametersDNSRegisteredAdapters only contains subkeys for the registered adapter(s).
NOTE: See tip 2428 How do I prevent a domain controller from dynamically registering DNS names?
NOTE: See tip 3206 SP1 changes the Dynamic DNS functionality?
About the Author
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