I'm currently working my way through Chapter 5, I'm stuck on Exercise 3: Joining a computer to the domain.
Computer1 is now a DC and DNS has all the AD entries that the wizard has put in.
IP: 192.168.0.1/24
Computer2 which I'm trying to add, just won't connect to the domain, I keep receiving the following:
DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain domain1.local:
The query was for the SRV record for _ldap._tcp.dc._msdcs.domain1.local
The following domain controllers were identified by the query:
computer1.domain1.local
Common causes of this error include:
- Host (A) records that map the name of the domain controller to its IP addresses are missing or contain incorrect addresses.
- Domain controllers registered in DNS are not connected to the network or are not running.
For information about correcting this problem, click Help.
It is currently assigned a static IP of 192.168.0.2/24. Its DNS is set to point to 192.168.0.1.
When adding it, I enter "domain1.local" as the domain
I can see Computer1 fine:
Pinging computer1 [192.168.0.1] with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time=4ms TTL=128
Reply from 192.168.0.1: bytes=32 time<1ms TTL=128
Reply from 192.168.0.1: bytes=32 time<1ms TTL=128
Reply from 192.168.0.1: bytes=32 time<1ms TTL=128
and vice versa.
I have prestaged the Computer2 account in AD
I have added an A record for computer1 & 2 in DNS under domain1.local
I thought it could be something to do with VMWare, so I've disabled the virtual NIC aswell as DHCP and NAT, so essentially Computer1 and Computer2 are isolated.
Any help is greatly appreciated as I'm at my wits end on trying to get it on the domain