0

I'd like to set up a small lab in Azure. Two vm's, one is the domain controller and the other is the Windows 10 client. Both are in the same subnet IP 10.0.0.1 /24. My problem is , my client can't join the ad on my dc. And the client get always "AD with name ifa.local can't contacted". I've some picture from the window, ip config and dns suffix I added.

Has anyone an idea why it's not working and could help me. Thank you guys

1 Answers1

0

You have to make sure Windows 10 VM can reach the DC. Just because there in the same subnet doesn't mean that, you need to update the DNS server on the 'Azure Network interface' for the Windows 10 machine or on the VNet to point to the DC IP.

That will allow you to join the domain.

Example

Example

Hope this helps.

Hannel
  • 1,656
  • 3
  • 10
  • 17
  • Thanks for your help. I updated this on azure but I still facing the same issue. Do I have to open some port on the azure firewall for my dc? Greetings – Pascal Odermatt Dec 21 '18 at 08:00
  • No need to open port on firewall as long as they are in the same VNet. When you update the VNet DNS did you reboot the client VM? Once the VM is rebooted you should use IPConfig to confirm DNS is confirmed on client VM to use DC's IP. – Hannel Dec 21 '18 at 17:49
  • There was another problem. It's running now. Thanks for the hint. – Pascal Odermatt Dec 31 '22 at 08:24