Please post an unedited ipconfig /all
in both conditions.
--please don't forget to Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey All,
I'm having trouble with the hyper-v network becoming unavailable.
The host is running Windows 2012 R2, fully patched. I have two VMs, both lose network access.
I'm able to access the host and connect to the VMs through the console, both are up and running normally.
A restart of the host fixes the issue temporarily but after a few days the network stalls out again.
I've found a documented broadcom NIC issue, but we have Intel NICs. I haven't found any other known issues.
Thanks in advance for any tips or ideas.
Please post an unedited ipconfig /all
in both conditions.
--please don't forget to Accept as answer if the reply is helpful--
Hi,
Disable TCP offloading which would cause network delays and intermittent failures, open CMD as administrator and run the following command to disable TCP offloading:
Netsh int tcp set global chimney=disabled
Netsh int tcp set global netdma=disabled
Netsh int tcp set global autotuninglevel=disabled
netsh interface teredo set state disabled
netsh int ipv4 set global taskoffload=disabled
Open powershell and run the following command to disable VMQ:
Set-NetAdapterVmq -Name "NIC 1" -Enabled $False
Besides, please check if there's any network throttling configure on the host, if yes, please try to disable the throttling.
Thanks for your time!
Best Regards,
Anne
-----------------------------
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.