Skip navigation

JSI Tip 10004. How can I prevent a DNS client from replacing the original DNS name registration with its' own IP address?

When dynamically re-registering DNS, the DNS client attempts to replace any IP address associated with the DNS name it is registering with its' own IP address.

To prevent this behavior on all of your computer's adapters:

1. Open a CMD.EXE window.

2. Using REG.EXE, built into Windows XP and Windows Server 2003, or from the Windows 2000 Support Tools, type the following command and press Enter:

REG ADD HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /V DisableReplaceAddressesInConflicts /T REG_DWORD /F /D 1

3. You must shutdown and restart your client for this entry to become effective.

NOTE: This entry is designed for zones that DO NOT use secure dynamic update.

NOTE: See How do I prevent the DNS Server service from registering extraneous interfaces, including those created by Routing and Remote Access?

NOTE: See Your Windows Server 2003 domain controller System event log records event ID 5774?



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish