Share via

Incorrect Client Network Status

xhope 221 Reputation points
2022-11-16T09:40:41.277+00:00

Dear Experts,

The Internet connection status of some of our clients shows disconnected randomly. When it happens, the user has Internet access but can't open Outlook profile which depends on the connection status.

The status will recover, if we restart NLA services but we want to It always happen? By the way, we have an unstable domain server, does it matter?

We have checked below info:

1.Active probing must be enabled.

HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing should present with value 1.

[HKLM\Software\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator] NoActiveProbe should either not present, or value must be 0.

2.Passive probing must be enabled as well.

In case active probing fails, passive probing can also detect internet unless it’s disabled by GPO. Check below to make sure the customer didn’t disable passive probing. If it is, enable it and test again.

Group Policy path: Computer Configuration\Administrative Templates\Network\Network Connectivity Status Indicator
setting: "Specify passive polling" = Enabled, uncheck "Disable passive polling"

This GPO setting can be also confirmed from this registry key:

[HKLM\Software\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator] DisablePassivePolling = 1

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-11-17T14:49:18.123+00:00

    Domain controller and all members should only have domain DNS so clients can find and logon to domain. Internet queries are passed on via default gateway to the default 13 root hint server or optionally to configured forwarders. None of which works when domain controller is broken.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


  2. Anonymous
    2022-11-17T01:17:41.407+00:00

    By the way, we have an unstable domain server, does it matter?

    Yes, it matters greatly. Simple solution may be to stand up a new one for replacement. I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new one, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.