How do I enable DNS round robin resolution?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Recent Windows NT service packs introduced LocalNetPriority whichtries to return Host resources that are local to the requestor instead of usinground robin however round robin can be enabled as follows:

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDNSParameters

  3. From the Edit menu select New - DWORD Value

  4. Enter a name of LocalNetPriority and press Enter

  5. Double click the new value and set to 0 to disable LocalNetPriority and re-enable round robin. Click OK

  6. Close the registry editor

  7. Stop and restart the DNS service

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