24 June 2009

How to prevent Windows Server 2008 dynamic DNS

In some case you might need to disable dynamic update to prevent Windows Server 2008 from updating the host A record in DNS the server. Doing this from the GUI might cause the server to remove DNS registration that is manually created.

Disabling this from the registry solves this problem.

reg add hklm\system\currentcontrolset\services\tcpip\parameters /v DisableDynamicUpdate /t REG_DWORD /d 1 /f

\Rasmus

0 comments: