Share via

Network Droping every 2 hours

Zachariah DeGraaf 1 Reputation point
2020-12-08T15:49:05.757+00:00

I have a Windows 10 Pro box that is dropping Network connectivity every 2 hours for roughly 5-10 seconds. This box is a VM running on a Proxmox, which is a Linux KVM based hypervisor. I started to notice the issue after implementing adding this host to a Hypervisor managed VLAN, but it the issue doesn't appear to be related to the environment as I am not having issues with any of my other machines with the same network settings. I do have WSL on my machine, but I rarely use it.
I looked through the Application, Security, Setup and system Event logs and I am consistently receiving Event's 8019, 8033 at the same time as the disconnects occur. These are both DNS Client events so I am not sure if these could somehow be causing the disconnects or if they are just another symptom. Looking at the errors, they are failures to register the machines IP address updates with the domain controller, they are failing because the server they are sending the updates to isn't the domain controller. I have a somewhat complicated DNS setup using conditional forwarding with Linux Bind9 servers that I won't go into unless people think it's necessary, but I can confidently say it does work for resolution of Domain DNS records.

Any advice on how to fix this issue is appreciated

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing

2 answers

Sort by: Most helpful
  1. Gary Nebbett 6,476 Reputation points
    2020-12-14T21:10:53.767+00:00

    Hello @Zachariah DeGraaf ,

    By way of illustration, this is an example of a route addition with an obvious cause:

    47989-image.png

    And this is an example of a route added by an application (the RasMan service, process ID 5392):

    47959-image.png

    The stack at this point looks like:

    tcpip!IppLogRouteChangeEvents+0x382
    tcpip!IppValidateSetAllRouteParameters+0x81274
    tcpip!IppUpdateUnicastRouteUnderLock+0x7c
    tcpip!IppAddAutoConfiguredRoutesForAddress+0x10b
    tcpip!IppDadComplete+0x60ca8
    tcpip!IppProcessDadCompletion+0x15
    tcpip!IppRestartDad+0x606cd
    tcpip!IppFindOrCreateLocalAddress+0x3aa
    tcpip!IppCommitSetAllLocalAddressParameters+0x5bdb7
    tcpip!IppSetAllLocalAddressParameters+0x3f
    tcpip!IpSetAllLocalUnicastAddressParameters+0x10
    netio!NsiSetAllParametersEx+0x13a
    nsiproxy!NsippSetAllParameters+0x1f4
    nsiproxy!NsippDispatch+0x200
    ntoskrnl!IofCallDriver+0x55
    ntoskrnl!IopSynchronousServiceTail+0x1a8
    ntoskrnl!IopXxxControlFile+0x5e5
    ntoskrnl!NtDeviceIoControlFile+0x56
    ntoskrnl!KiSystemServiceCopyEnd+0x25
    ntdll!NtDeviceIoControlFile+0x14
    NSI!NsiIoctl+0x15a
    NSI!NsiSetAllParametersEx+0x35
    rasppp!SetAllParameters+0x78
    rasppp!SetIPAddressOnInterface+0x9e
    rasppp!ApplyIpcpSettings+0x69a
    rasppp!IpcpProjectionNotification+0x65e
    rasppp!NotifyIPCPOfProjection+0xaf
    rasppp!FsmThisLayerUp+0x2c5

    Gary

    Was this answer helpful?

    0 comments No comments

  2. Anonymous
    2020-12-09T06:51:47.15+00:00

    Hi,

    Thanks for posting in Q&A platform.

    May I know if there is any other error message when network was dropped? Or did you made any change on the impacted win 10 client?

    The problematic NIC is a wired NIC or a wireless NIC? Have you tried update the problematic network adapter driver to the latest version or choose a suitable historical version?

    I would also suggest you to disable 3rd party anti-virus software temporarily to test if the issue still existed.

    Best Regards,
    Sunny

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.