This document outlines issues encountered during the deployment of the Active Directory Home Lab and the steps taken to resolve them.
pingrequests timed out.- Domain join failed.
- DNS queries failed.
DC01 and CLIENT01 were configured on different virtual networks and different IP subnets.
Example:
DC01 192.168.66.x
CLIENT01 192.168.56.x
The machines were unable to communicate.
Configured both virtual machines to use:
VMnet1 - Host-Only Network
Configured static IP addresses:
| Device | IP Address |
|---|---|
| DC01 | 192.168.66.10 |
| CLIENT01 | 192.168.66.20 |
After correcting the virtual network configuration, DC01 was verified with the static IP address 192.168.66.10 and the appropriate DNS configuration.
ping 192.168.66.10
ping 192.168.66.20✅ Network communication restored.
- Domain join wizard failed.
- Domain could not be located.
- DNS resolution failed.
CLIENT01 was configured with an incorrect DNS server.
Configured CLIENT01 to use:
Preferred DNS Server:
192.168.66.10
Verified:
nslookup adlab.localAfter correcting the DNS configuration, CLIENT01 was successfully joined to the adlab.local Active Directory domain.
✅ Client successfully joined the domain.
- Domain credentials were rejected.
- Domain logon option was unavailable.
CLIENT01 was not properly communicating with the Domain Controller.
Verified:
ping 192.168.66.10
nslookup adlab.localVerified:
- Network configuration
- DNS configuration
- Domain membership
- Domain Controller health
After network connectivity, DNS configuration, domain membership, and Domain Controller health were verified, domain authentication was successfully tested from CLIENT01.
✅ Domain authentication successful.
nslookup adlab.localreturned errors.
Incorrect DNS configuration and stale DNS cache.
Executed:
ipconfig /flushdns
nslookup adlab.localVerified DNS server:
192.168.66.10
✅ DNS functionality restored.
- Unable to manually connect the virtual network adapter.
- "Connected" checkbox was greyed out.
- Verified VMware network services.
- Recreated NAT adapter.
- Reinstalled VMware networking components.
- Verified Virtual Network Editor configuration.
- Disabled Windows Memory Integrity.
Continued lab deployment using Host-Only networking after verifying adapter functionality.
✅ Lab functionality unaffected.
- ADUC required an extended period to open.
- Management consoles appeared unresponsive.
- Limited virtual machine resources.
- VMware Tools not installed.
- Windows Server background initialization.
- Installed VMware Tools.
- Increased VM resources where possible.
- Allowed server initialization to complete before opening management consoles.
✅ Functionality restored. Performance remained acceptable for lab purposes.
ipconfig /allping 192.168.66.10
ping 192.168.66.20nslookup adlab.local
ipconfig /flushdnsdcdiag /vGet-Service NTDS,DNS,Netlogon,KDC- DNS is critical to Active Directory functionality.
- Virtual networking issues can prevent domain communication.
- Static IP addressing should be configured before promoting a Domain Controller.
- Documentation and screenshots simplify troubleshooting.
- PowerShell is a powerful troubleshooting and administration tool.
- Troubleshooting skills are just as important as deployment skills.
All issues encountered during the deployment of the Active Directory Home Lab were successfully resolved, resulting in a fully functional Active Directory environment consisting of:
- DC01 – Windows Server 2022 Domain Controller
- CLIENT01 – Windows 11 Domain-Joined Workstation
- DNS Services
- Organizational Units
- Security Groups
- Test Users
- Verified Domain Authentication


