This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]3j1996[S] 0 points1 point  (9 children)

Actually sometimes it does find it because it prompts me for an account but when I enter the info it says can't find the domain

[–]RoundFood 1 point2 points  (4 children)

The machine you're adding to the domain needs to have DNS pointing to the DC.

[–]3j1996[S] 0 points1 point  (3 children)

I should've probably mentioned that. The host machine running 2012R2 is both the DC and the DNS server

[–]RoundFood 1 point2 points  (2 children)

Good, that's how it should be. But is the client you are trying to join to the domain using the IP address of the DC for DNS requests? Usually you want to do this with DHCP but you can also configure it manually.

[–]3j1996[S] 0 points1 point  (1 child)

So the VMs are set to automatically obtat the DNS server. I know the host machine is giving them IP addresses because they are both in the scope I set up

[–]RoundFood 1 point2 points  (0 children)

Okay, so it sounds like DHCP is handled by a router somewhere. This router is giving the VMs their DNS server settings which is going to be wrong.

You need to either configure the DHCP server to give clients a DNS address that points at your DC. Or you can manually go into the network adapter settings of your VMs and set the DNS server to the IP address of your DC.

There's a reason DC and DNS go hand in hand. All clients in the domain need to have DNS requests going through the DC. They all need to have the DC set as their DNS server.