I'm trying to join a Windows Server2012R2 to a Server2012R2 domain. I've added another server to this domain successfully. All servers are running via VMPlayer 12 from a Windows 10 host.
The new server cannot ping the IP address of the DC but it can ping it using the DC's name. The DC cannot ping the new server. Both servers are in the same subnet and both can ping the default gateway and also get to the Internet.
I'm using a Powershell script:
Add-computer -DomainName bigcompany.com -OUPath “OU=Servers, DC=bigcompany,DC=COM” -Credential bigcompanyDC\Administrator -Restart
Where should I look to resolve this?
ALSO: I'm not sure why the Admin user for the DC logs in via bigcompanyDC rather than just bigcompany?
I'm learning Server 2012R2 administration.
Thanks to all for any comments, help, hints, etc.
RON

nslookup bigcompany.com? – FastEthernet Jun 29 '17 at 18:08