Forum Discussion

Phil81's avatar
Phil81
Brass Contributor
Aug 04, 2022
Solved

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...
  • Phil81's avatar
    Mar 28, 2023
    Dear 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

Resources