Forum Discussion
Phil81
Aug 04, 2022Brass Contributor
Windows Server 2022 with NIC Teaming does apply Private connection profile
Hi I have a physical server with Windows Server 2022 (21H2) installed and a NIC Teaming (LACP with 2 NICs, LB mode: dynamic) configured. After a restart of the server Windows applies the Private (F...
- Mar 28, 2023Dear all
sorry for my late update on this issue:
I finally managed to solve this by setting the following reg key on our 2022 servers:
Key path: HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters
REG_DWORD: AlwaysExpectDomainController = 1
In addition you need to properly configure the DNS suffix on the (lan) interface manually (you can't do this by GPO, afaik).
Unfortunately the reg key is not very well documented (...basically not at all;-). I found some hints on this in some forum articles. It basically tells the NLA service to wait for a DC to respond forever. For domain-joined servers this should always be the case 😉
Best regards,
Phil
Dave Patrick
Aug 04, 2022MVP
As a work-around you could try adding DNS to DependOnService here
- gonzalomusicoAug 04, 2022Copper Contributor
Dave Patrick Does this work? I suffer the same behaviour in some servers..
Is it verified? 🙂
Thanks!