Dear Craig Tompkins,
My name is Hoang Phan, and I understand that you are having some query concern related to domain trust set-up.
From what you’ve described, DNS appears to be working correctly. Given this, the issue may be related to port connectivity.
Please run the following commands to confirm and share the output:
-
nslookup <domain name>
-
ping <domain name>
-
nltest /dsgetdc:<domain name> /force
Next, use PowerShell to verify port connectivity between domains:
-
Test-NetConnection -ComputerName <domain name> -Port <port number>
Make sure all required ports for domain trusts are open between the two domains before establishing the trust.
Another possible cause is that LDAP SRV records for the PDC are missing from the _ldap._tcp.pdc._msdcs.<domain>
DNS zone. Please check and confirm that each domain can successfully query this record for the other domain.
I hope this information proves helpful. Please don’t hesitate to reach out if you need further clarification—I’ll be happy to assist 🙂
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Best regards,
Hoang Phan