After facing a hell of a problem with adding a client computer to a domain controller, i followed the answer i got on this site and used my server's IP address as the preferred DNS on the clients computer. I then proceeded to ping the server from the client computer by doing ping 192.168.0.140
where 192168.0.140 is the Ip address of the server and the server responded correctly. however if i ping the domain name of the server from the client by doing ping zedvance.net
, I get an error saying ping request could not find host zedvance.net
.
I've tried to go ahead to add the client to the domaing but i keep hitting this error
An active directory domain controller could not be contacted.
Upon hitting details i get the following
DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "zedvance.net":
The query was for the SRV record for _ldap._tcp.dc._msdcs.zedvance.net
The following domain controllers were identified by the query:
zedvance.zedvance.net
However no domain controllers could be contacted.
Common causes of this error include:
- Host (A) or (AAAA) records that map the names of the domain controllers to their IP addresses are missing or contain incorrect addresses.
- Domain controllers registered in DNS are not connected to the network or are not running.
Please how do i solve this so i can successfully add client to the domain. PS i have a DNS server running on the windows server 2012 R2.