The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain " rizwanranjha.com":
The error was: "This operation returned because the timeout period expired." (error code 0x000005B4 ERROR_TIMEOUT)
The query was for the SRV record for _ldap._tcp.dc._msdcs. rizwanranjha.com
The DNS servers used by this computer for name resolution are not responding. This computer is configured to use DNS servers with the following IP addresses:
192.168.10.9
Verify that this computer is connected to the network, that these are the correct DNS server IP addresses, and that at least one of the DNS servers is running.
Update 1 :
NSLOOKUP
Everything Works Fine and able to resolve all Domain Computers with and without FQDN and IP Address and also can successfully lockup for internet domains.
Firewall Check from Client to Server and Vice Versa
====== CLIENT TO SERVER START==========
C:\PortQryV2>portqry -n 192.168.10.9 -e 53 -p both
Querying target system called:
192.168.10.9
Attempting to resolve IP address to a name...
IP address resolved to dc2.rizwanranjha.com
querying...
TCP port 53 (domain service): LISTENING
UDP port 53 (domain service): LISTENING or FILTERED
Sending DNS query to UDP port 53...
UDP port 53 is LISTENING
=== CLIENT QUERY ENDS ========
I have also run this command on server and here are thre results
============ SERVER TO CLIENT START=========
C:\PortQryV2>portqry -n 192.168.10.53 -e 53 -p both
Querying target system called:
192.168.10.53
Attempting to resolve IP address to a name...
IP address resolved to mrizwan.rizwanranjha.com
querying...
TCP port 53 (domain service): NOT LISTENING
UDP port 53 (domain service): NOT LISTENING
============ SERVER TO CLIENT ENDS =========
Muhammad Rizwan Ahmad