Environment:
- Client: Windows 10/11, domain member
TESTAPC.vdzti.local
- DC: Windows Server 2016 (build 14393), KB5070882 (October 2025)
- Client updates: KB5068865 (November 2025)
Problem: Group Policy does not apply over WiFi. Netlogon Secure Channel cannot be established over any WiFi adapter, but works correctly over wired Ethernet.
Symptoms:
-
nltest /sc_verify:vdzti.local returns ERROR_ACCESS_DENIED (0x5) over WiFi
- netlogon.log:
I_NetServerReqChallenge fails with 0xc0000022, extended error status 10013 (WSAEACCES)
- Wireshark capture shows: client queries EPM on port 135, receives correct Netlogon port (49668), but never sends TCP SYN to port 49668
- The decision not to connect is made inside RPC runtime on the client before any TCP connection attempt
- TCP connectivity to port 49668 is confirmed working (
Test-NetConnection succeeds)
- Kerberos tickets obtained successfully over WiFi
- SMB/SYSVOL accessible over WiFi by hostname
- Problem reproduces on all WiFi adapters (USB and built-in)
- Problem does not reproduce over wired Ethernet
What was ruled out:
- Network/firewall blocking (TCP to 49668 works fine)
- DNS resolution issues
- Kerberos authentication failures
- DC firewall rules (none blocking)
- RPC filters on DC (none configured)
- DCLocatorRpcPolicy (tested both audit and enforce mode - no change)
- NetBT binding on WiFi adapter
- VirtualBox NDIS6 driver interference
- MTU/fragmentation issues
Key finding from Wireshark: Client sends EPM Map request → receives RPC_NETLOGON TCP Port:49668 response → closes connection with FIN → never attempts TCP SYN to 49668. This behavior is specific to WiFi interface only.
Key finding from netlogon.log:
DenyVulnerableSigningClients = 1
I_NetServerReqChallenge → Status 10013 (WSAEACCES), Detection location 311
Question: What internal check in RPC runtime / lsass.exe prevents TCP connection to Netlogon port after successful EPM response, specifically on WiFi interfaces, after KB5068865?Environment:
- Client: Windows 10/11, domain member
TESTAPC.vdzti.local
- DC: Windows Server 2016 (build 14393), KB5070882 (October 2025)
- Client updates: KB5068865 (November 2025)
Problem: Group Policy does not apply over WiFi. Netlogon Secure Channel cannot be established over any WiFi adapter, but works correctly over wired Ethernet.
Symptoms:
-
nltest /sc_verify:vdzti.local returns ERROR_ACCESS_DENIED (0x5) over WiFi
- netlogon.log:
I_NetServerReqChallenge fails with 0xc0000022, extended error status 10013 (WSAEACCES)
- Wireshark capture shows: client queries EPM on port 135, receives correct Netlogon port (49668), but never sends TCP SYN to port 49668
- The decision not to connect is made inside RPC runtime on the client before any TCP connection attempt
- TCP connectivity to port 49668 is confirmed working (
Test-NetConnection succeeds)
- Kerberos tickets obtained successfully over WiFi
- SMB/SYSVOL accessible over WiFi by hostname
- Problem reproduces on all WiFi adapters (USB and built-in)
- Problem does not reproduce over wired Ethernet
<<< 05/27 23:09:58 [SESSION] VDZTI: NlSessionSetup: Try Session setup
05/27 23:09:58 [SESSION] VDZTI: NlDiscoverDc: Found DC \Saturn.vdzti.local
05/27 23:09:58 [CRITICAL] NlPrintRpcDebug: Dumping extended error for I_NetServerReqChallenge with 0xc0000022
05/27 23:09:58 [CRITICAL] [0] Status is 5
05/27 23:09:58 [CRITICAL] [0] Detection location is 313
05/27 23:09:58 [CRITICAL] [1] Status is 10013
05/27 23:09:58 [CRITICAL] [1] Detection location is 311
05/27 23:09:58 [CRITICAL] Long val: 49668
05/27 23:09:58 [CRITICAL] VDZTI: NlSessionSetup: Session setup: cannot I_NetServerReqChallenge 0xc0000022
05/27 23:09:58 [SESSION] VDZTI: NlSessionSetup: negotiated 612fffff flags rather than 0
05/27 23:09:58 [SESSION] VDZTI: NlSessionSetup: denying access due to being unable to authenticate with Netlogon 0xC0000022>>>
What was ruled out:
- Network/firewall blocking (TCP to 49668 works fine)
- DNS resolution issues
- Kerberos authentication failures
- DC firewall rules (none blocking)
- RPC filters on DC (none configured)
- DCLocatorRpcPolicy (tested both audit and enforce mode - no change)
- NetBT binding on WiFi adapter
- VirtualBox NDIS6 driver interference
- MTU/fragmentation issues
Key finding from Wireshark: Client sends EPM Map request → receives RPC_NETLOGON TCP Port:49668 response → closes connection with FIN → never attempts TCP SYN to 49668. This behavior is specific to WiFi interface only.
Key finding from netlogon.log:
DenyVulnerableSigningClients = 1
I_NetServerReqChallenge → Status 10013 (WSAEACCES), Detection location 311
Question: What internal check in RPC runtime / lsass.exe prevents TCP connection to Netlogon port after successful EPM response, specifically on WiFi interfaces, after KB5068865?