Hi Javier,
Based on your description, it appears that while DNS queries for SRV records are successful, the domain controller cannot be contacted, and nslookup fails to resolve "MyDomain" from the DC itself. This suggests a potential DNS resolution or network binding issue on the domain controller.
Here are a few steps we recommend:
- Verify DNS Binding on the DC Ensure that the DNS service is bound to the correct NIC and IP address. You can check this in the DNS Manager under Properties > Interfaces.
- Clear and Rebuild DNS Cache Run ipconfig /flushdns and ipconfig /registerdns again, followed by restarting the DNS Client and Netlogon services.
- Check Hosts File and Firewall Rules Review the hosts file for any incorrect entries and confirm that no firewall rules are blocking LDAP or Kerberos traffic.
- Run nltest /dsgetdc:MyDomain This can help identify whether the DC is discoverable and reachable from the client perspective.
- Review Event Logs Check Event Viewer > System and DNS logs for any recent errors or warnings that may provide additional clues.
If this guidance proves helpful, feel free to click “Accept Answer” so we know we’re heading in the right direction 😊. And of course, I’m here if you need further clarification or support. T&B, Domic