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
We are seeing this across all 2019 Domain Controllers we support out in the field. Restarting the Network Location Awareness service will "fix" RADIUS communication for a time, but inevitably the issue returns.
I had thought hat setting NLA to Automatic (Delayed Start) would solve the problem, thinking it was related to DNS Server taking a longer-than-expected time to start, but this does not appear to be the case.