Hi,
Do you mean only web servers on host4 lose internet connection? And those problematic VMs cannot access the Internet and could not be reached by RDP connection. If there’s any misunderstanding, please feel free to feedback.
- Please check if the host4 can ping other hosts.
- Please check if the network NIC driver on host4 is updated to latest, if not, please update the NIC driver.
- Please try to disable VMQ and TCP offloading on the NIC, check if it could help:
(Disable TCP offloading which would cause network delays and intermittent failures)
Open CMD as administrator and run the following command:
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 host4, if yes, please try to disable the throttling.
Thanks for your time!
Best Regards,
Mico Mi
-----------------------------
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.