当前位置:网站首页>The driver has not received any packets from the server

The driver has not received any packets from the server

2022-06-11 00:40:00 -Controller

Problem description :
To start the project today, you need to connect to a remote virtual machine Docker In container Mysql, But suddenly an error was reported
 Insert picture description here
I use... First XShell Remote connection to access the virtual machine is found to be disconnected
So I tried to solve the problem by restarting, but it still didn't work .
So through docker ps It is found that the container is also in normal use
 Insert picture description here
Because the default is used when the virtual machine is created ip Auto assign and check windows Under the VMware Network Adaptor VMnet8 The configuration of is consistent with the virtual machine
So it is concluded that the problem should be the virtual network card

 close NetworkManager service : systemctl stop NetworkManager
 Set up NetworkManager Start up does not start : systemctl disable NetworkManager
 restart Network service :systemctl restart network

 Insert picture description here
 Insert picture description here

Start normally and XShell Normal visit

原网站

版权声明
本文为[-Controller]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206102320297383.html