Link to home
Start Free TrialLog in
Avatar of Paul Gardner
Paul Gardner

asked on

Unable to add Server 2008 system to Domain - The network path was not found

I have every expectation that I missed something really straightforward, but it is the first time I have tried this from scratch and am now stuck. So here goes, the situation is as follows. I have built two virtual machines on my host computer using vmware player for the virtualization. Both VMs have Windows 2008 32 bit as the o/s. The NICs on both are configured as bridged so they see each other and the web. On one I have installed the Active Directory and DNS roles. Prior to doing so, I set it to a static ip address. When I try to add the second vm to the domain, I get the error 'The network path was not found'. Where do I start looking?
Avatar of Larry Struckmeyer MVP
Larry Struckmeyer MVP
Flag of United States of America image

The server that is the DC has a static IP.  The proposed member server must have an IP or it would not see the internet.  Confirm that you can ping each way by IP and by machine name and that the proposed member server uses the DC for DNS, and no other DNS servers are listed in ipconfig.
I would suggest configuring the IP of the DC / DNS VM as the primary dns server on the VM you are trying to add the domain.

Also try pinging the name of the DC/DNS server and see if it responds once you have configured the new dns server value.
Avatar of Paul Gardner
Paul Gardner

ASKER

Looks like we may have narrowed it down. Larry, I've done most of what you describe : static ip on the DC and I can ping by ip each machine. But what I can't do is ping either by hostname. Using ipconfig /all, the DNS for the DC is the loopback address. Whereas on the proposed member it lists fec0:0:0:ffff::1%1, fec0:0:0:ffff::2%1, fec0:0:0:ffff::3%1.
try ipconfig /? to get the switches right, but it is something like ipconfig /all -v4
ASKER CERTIFIED SOLUTION
Avatar of becraig
becraig
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That was perfect, thank you. (Only reason it took me a while to apply your solution was because I've been away for a while).