Hi,
If the site and subnet is configured correctly, the users should find the DCs in the same site for authentication. If there are no available DCs,it will find DCs in other site.
Not sure how did you configure your sites and if there are DCs in every site.
Also, make sure DCs in the production site are available.
To get authenticated dc
nltest /dsgetdc:domainname
klist query_bind(kerberos authentication)
You can also test which DCs are nearest to your workstation in your site (copy nltest.exe from the DC to the workstation’s system32 folder):
nltest /sc_query:YourDomainName.com
To find the GC your workstation used (copy nltest.exe from the DC to the workstation’s system32 folder):
nltest /dgsgetdc:your_domain_name.com /GC
More information about the The DC Locator Process, you can refer to the following link:
https://servergurunow.wordpress.com/2017/10/14/dc-locator-process-2/
https://servergurunow.wordpress.com/2017/10/14/dc-locator-process-2/
Best Regards,
Hi,
Where is the IPC$ share located?
if the site is configured correctly, we may try to get more authentication information by capture a network process when access the share.
Best Regards,