What special configuration is needed to have a domain controller with DNS on a VM in Hyper-V?
Posted
by
Michael J. Gray
on Server Fault
See other posts from Server Fault
or by Michael J. Gray
Published on 2012-09-29T21:37:44Z
Indexed on
2012/09/30
15:39 UTC
Read the original article
Hit count: 179
I have a server running Windows Server 2012 and it only has the Hyper-V role. I have a VM also running Windows Server 2012 and it has the Active Directory: Directory Services and DNS ([example.com]) roles. It has been promoted to a domain controller for [example.com].
In the virtualization host I have joined the domain successfully. On a laptop on the network, it can ping my DNS that is inside the VM on the virtualization host. However, it can't resolve anything through the DNS.
I figured it was a firewall issue where the DNS had the firewall allow rule, but the virtualization host did not. I added that, but it didn't fix the issue.
On my laptop, I get "UnKnown can't find [example.com]: No response from server" immediately. There's no time out, it just comes back right away.
What have I overlooked?
© Server Fault or respective owner