| Windows Server 2008 | Preventing Dynamic DNS Registration | | Print | |
If your organization hasn't deployed Active Directory yet, the dynamic DNS registration default settings that modern Windows client operating systems have can be aggravating to IT groups—your nameservers will be pelted, sometimes forcefully, with registration attempts from Windows systems that believe that for an Active Directory in your organization, they need to register themselves. Of course, that's not necessarily true, but it's the default behavior.
Fortunately, you can turn this off, either through a Registry change (to make the modification on a larger scale) or through the GUI. To do so through the GUI, follow these steps:
-
Open the connection's properties.
-
On the Network tab, select TCP/IP, and then click the Properties button.
-
Navigate to the DNS tab.
-
Uncheck "Register this connection's addresses in DNS."
-
Click OK.
To do so through the Registry, open the Registry Editor, and then take the following steps:
-
Navigate through HKEY_LOCAL_MACHINE\CurrentControlSet\Services\TcpIp.
-
Click the Parameters key.
-
Add a new value, of type REG_DWORD, called DisableDynamicUpdate.
-
Set the value of the new entry to 1.
Alternatively, you can type the following at the command line:
reg add hklm\system\currentcontrolset\services\tcpip\parameters /v
DisableDynamicUpdate /t REG_DWORD /d 1 /f
You also can use Group Policy (GP) to deploy a policy that disables this to all machines in a domain, or to a subset of those machines, but GP in this case necessitates Active Directory. In any case, the proper object is under Computer Configuration/Administrative Templates/Network/DNS client. The object is called Dynamic Update, and to turn it off, change the state to Disabled.
| Users' Comments (0) |
|
No comment posted





