Forum Discussion
Server 2019 Network Profile, Network Location Awareness and RADIUS issues
- Nov 17, 2020
Carl1959 Maybe a bit late but for all others having this problem:
NLA uses dns to see what kind of network it is. If DNS is not fully functional at the time NLA starts, it cannot determine the domain existence. Simple fix: make nla dependant on DNS server
start regedit
navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc
Edit 'DependOnService
Add new line with "DNS"
This fixes the problem for me so network profile is always 'domain' after a reboot
Carl1959 Maybe a bit late but for all others having this problem:
NLA uses dns to see what kind of network it is. If DNS is not fully functional at the time NLA starts, it cannot determine the domain existence. Simple fix: make nla dependant on DNS server
start regedit
navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc
Edit 'DependOnService
Add new line with "DNS"
This fixes the problem for me so network profile is always 'domain' after a reboot
- mohan_infosecAug 10, 2021Brass ContributorPerfect Solution. Thank you.