Forum Discussion

hamma91's avatar
hamma91
Brass Contributor
Mar 30, 2021
Solved

problem RDP Azure VM

Whenever I try to login in my Server I get following error The remote computer that you are trying to connect to requires Network Level Authentication (NLA), but your Windows domain controller cannot...
  • ibnmbodji's avatar
    Mar 30, 2021
    Hi

    You will need to find why your domain controller is not accessible. Check your dns server and check the connectivity through run command
    test-net connection -ComputerName IpofYourDC -Port 88 -InformationDetails Detailed .
    Then do the same with your dns server with port 53 . You can also leverage Network Watcher with Ip flow verify

Resources