Disable Dynamic DNS update
Unfortunately enabling and then disabling the "Register the connections address in DNS" option again did not resolve the issue. I figured this occurred as when upgrading VMware tools the servers network adapters are removed and re-added. To resolve this issue I opted to disable Dynamic DNS updates on the server all together using a registry entry. To disable Dymanic DNS on a Windows Server 2008 or Server 2008 R2 machine, perform the following actions.
1. Login to the server with the issue.
2. Click the Start menu and select Run.
3. In the Run dialog box type the following entry without the quotation marks and then click ok:
"reg add hklmsystemcurrentcontrolsetservicestcpipparameters /v DisableDynamicUpdate /t REG_DWORD /d 1 /f"
4. Reboot the server to complete the process.
I would recommend keeping a watch on your internal DNS servers for 24 hours after applying this registry key, to completely ensure the issue is resolved. You can find additional information on methods of disabling Dynamic DNS on Windows Server platforms at the following Microsoft KB article:
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/208722/viewspace-1056429/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 我眼中的 Nginx(二):HTTP/2 dynamic table size updateNginxHTTP
- local_irq_disable和disable_irq的區別
- disable Nouveau kernel driver
- bypass disable_functionFunction
- 微軟確認已修復Windows Update Bug DNS問題是禍首微軟WindowsDNS
- alter database disable thread 2Databasethread
- [20190522]DISABLE TABLE LOCK.txt
- @property @synthesize @dynamic
- dynamic_castAST
- php static dynamicPHP
- Oracle中的for update 和 for update nowaitOracleAI
- [20190524]DISABLE TABLE LOCK(12c).txt
- [20190530]DISABLE TABLE LOCK(10g).txt
- eslint-disable-next-line to ignore the next lineEsLint
- DRM - Dynamic Resource MasteringAST
- dynamic bone unity githubUnityGithub
- dynamic關鍵字
- ZOJ - 2112 Dynamic Rankings
- brew update
- select for update
- DNS劫持 DNS汙染 介紹、dns 劫持 汙染DNS
- Disable Tfa In Oracle 19c RAC-20220112Oracle
- DNS劫持和DNS汙染DNS
- tf.nn.dynamic_rnnRNN
- DataTable 轉為 List<dynamic>
- P2617 Dynamic Rankings
- @synthesize @dynamic 的區別
- c# dynamic和ExpandoObjectC#Object
- pod update -- Failed to connect to GitHub to update the CocoaPods/Specs specs repoAIGithub
- SQL__UPDATESQL
- windows 10 updateWindows
- How to disable transparent hugepages (THP) on Red Hat Enterprise Linux 7Linux
- How to disable transparent Hugepage (THP) on Red Hat Enterprise Linux 8?Linux
- Disable Database Audit In Oracle 19c RAC-20220111DatabaseOracle
- dns汙染與dns劫持,瞭解dns汙染與dns劫持,網站安全不可疏忽DNS網站
- DRM --- RAC object remastering ( Dynamic remastering )ObjectREMAST
- 動態規劃(Dynamic programming)動態規劃
- Basic Steps to Create Dynamic Modification Rule
- Y 分鐘速成 Dynamic Programming