Forum Discussion
hamma91
Mar 30, 2021Brass Contributor
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...
- Mar 30, 2021Hi
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
ibnmbodji
Mar 30, 2021Iron Contributor
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
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