So I have an Amazon EC2 box running Windows Server 2008 with Active Directory installed on it. I also have a Windows 7 virtual machine, which is set to use the Active Directory box as its DNS and WINS server. I'm trying to join the virtual machine to the domain, and I'm asked for authentication. I give authentication, wait a minute, and I get an error saying:
The following error occurred attempting to join the domain "ad.chigs.me":
The network path was not found.
How can I fix this so that I'll be able to join the domain?
Problems like this are always due to DNS.
Try the following commands from the PC you are trying to join to the domain
They should both resolve if you've got everything configured correctly.
It would be beneficial if you would include the output of
ipconfig /all
and ip details for your domain controllers within your question.Never tinkered with EC2, but my 2 cents,
From your Virtual client machine, do a
ping ad
orping ad.chigs.me
, if its able to ping, then it means that the server and client are reachable.Also check the subnet and other network settings to ensure that they both are on the same network
Other issue being the
COnnection Specific DNS Suffix
andDNS Suffic search order
Just disable the second NIC, join the domain, and restart. Then you can re-enable the other NIC.
this has worked for me in XP not sure if it will on Win 7
try running the windows 7 VM in safe mode and then adding it to the domain.
regards
Had the same issue, even though DNS looked fine - rebooting the server fixed it. Here's the details:
IPCONFIG /ALL
showed a valid DNS serverping domain.local
OKNSLOOKUP domain.local
OKcheck port 445, it shoudnt be blocked on AD.
This is an old post but I've come across it a few times. IPV6 can cause problems in the DNS if not configured correctly. Disable it in the NIC, try again and change setting permanently.