Q. How do I allow Windows Server 2008, Windows Vista, and later clients to find a domain controller (DC) in the nearest non-local site?

John Savill

April 6, 2009

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

A. By default, if a client can't find a DC in its local site, then the client will search DNS for any DC that publishes generic service records, and this DC may be located on the other side of the world. Server 2008, Vista, and later clients can take advantage of the Try Next Closest Site feature, which allows the client to use site link information to find a DC in the closest site instead of at random. This feature is disabled by default to maintain default behavior with older clients, but you can enable it using Group Policy:

  1. Open a Group Policy Object (GPO) or create a new one that's linked to a domain, site, or organizational unit with clients you want to use Try Next Closest Site.

  2. Move to Computer Configuration PoliciesAdministrative TemplatesSystemNetlogonDC Locator DNS Records.

  3. Double-click Try Next Closest Site in the dialog, shown here, and set it to Enabled. Click OK.

    Click to expand

  4. Close the GPO.

You can also enable Try Next Closest Site manually on specific computers via the registry by setting or creating the DWORD registry value HKLMSystemCurrentControlSetServicesNetlogonParametersTry Next Closest Site to 1. To disable, set the value to 0.

Related Reading:

  • Q. If I add a new writable Windows Server 2008 domain controller (DC) to a hub location, do I need to do anything to redistribute replication connections to my Read Only Domain Controllers (RODCs) in spoke/hub locations?

  • Q. I have a very slow link between a location and a hub. Can I increase compression on the replication traffic?

  • Q. Where should the primary DNS for a Read Only Domain Controller (RODC) that's a DNS server point?

  • If I have Exchange 2007 in only one location, do I need a hub transport server?



Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.

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