Cannot connect to Active Directory Domain Controller

16,007
  1. Get rid of the Google DNS servers on the NIC's of your server. Those should be added to the forwarders of your DNS server, they should not be configured as DNS servers for the DNS client on the server, which is what you have by having them configured as DNS servers on the NIC's.

  2. Do the servers in question have direct connectivity to each other? Your server is using a routable ip address and I'm assuming your other servers do to. What is the path from one server to another as returned by tracert?

  3. Are there firewalls on or in between these servers? If there is then you're likely to need to configure some rules on the firewalls to allow AD communication. Here's a document from MS that explains domain communication through a firewall. It was written for W2K but It should still be relevant for W2K8:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=16797

Share:
16,007
Aidan Knight
Author by

Aidan Knight

Updated on September 18, 2022

Comments

  • Aidan Knight
    Aidan Knight almost 2 years

    I have been working since last night to get our shared hosting machines connected through Active Directory (long overdue) but am running into an issue with clients connecting to the Domain Controller.

    I have setup the Domain Controller and the DNS Server on our "Master" machine, following the guide found HERE. Everything appears to be working fine, but when I go to another machine, and attempt to join the domain, I get the error...

    "The following error occurred attempting to join the domain "xfactorservers.local": The network path was not found".

    I have set the Preferred DNS server on the NIC to the IP of the one running on the server. It appears to be finding it, so I don't know what is causing this issue.

    • ravi yarlagadda
      ravi yarlagadda over 12 years
      Does an nslookup xfactorservers.local return the address of the domain controller?
    • Aidan Knight
      Aidan Knight over 12 years
      Yeah it does. It returns 5 IPv6 addresses and 5 IPv4 addresses, all of which the DNS is listening on, even though I only specified the primary IPv4 address as the Primary DNS on the client.
    • Aidan Knight
      Aidan Knight over 12 years
      Here is my "ipconfig /all" from the server. pastie.org/2704746
    • WojonsTech
      WojonsTech over 12 years
      Okay Lets see here. Is this first box that your trying to add which of the following? Default Gateway Server, DNS Server, random box in network?
    • cmouse
      cmouse over 12 years
      perhaps a firewall is blocking some traffic, such as netbios, kerberos or cifs? also, check the date on the machine that it is within 5 minutes of the domain controller.
    • tegbains
      tegbains over 12 years
      Just my thinking, but try to avoid use a .local domain. Instead use a subdomain of one that you own. Say corp.mydomain.com. It avoids future headaches and troubleshooting issues.
  • Aidan Knight
    Aidan Knight over 12 years
    I will check all of this out and reply back, thank you!
  • EEAA
    EEAA almost 10 years
    The DNS can absolutely be set to something else other than the domain controller. In this case, the target resolver just needs to delegate lookups for your ad domain namespace to the AD DNS infrastructure. Additionally, DNS and DHCP have very little to do with each other, and the services can easily be on completely separate systems without causing issues with AD.