vmware 虚拟机不能联网
Tofloor
poster avatar
fyasulrc
deepin
2020-11-30 01:01
Author

系统是MANJARO,我用VMWARE安装了两个系统,一个WIN10,一个MAC,最初是正常使用的。后来重装系统(系统还是原来的版本),VMWARE也重装(也是原来的版本),打不开原来的虚拟机,我就把虚拟机的硬盘保留,其他文件全删除,重新创建并将硬盘导入,能正常使用,但是就是上不了网:一直提示

Virtual device 'sata0:1' will start disconnected.

Virtual device 'Ethernet0' will start disconnected.

我按照网上设置网络的方法试,都不管用。使用桥接、NAT都不行。桥接提示Ethernet0,NAT提示Ethernet0,Ethernet8.

运行sudo vmware-networks --start
sudo modprobe vmnet 这两条命令后,有一次成功上网,但下次又出现了上述问题,难道每次都要输入这个命令吗?

请大家指点迷津,不胜感激!


Reply Favorite View the author
All Replies
tiankui0126
deepin
2020-11-30 03:11
#1

可以试试这样,打开虚拟机:编辑—虚拟网络编辑器—更改设置——还原默认设置。然后重新打开虚拟机。

Reply View the author
fyasulrc
deepin
2020-11-30 07:47
#2
tiankui0126

可以试试这样,打开虚拟机:编辑—虚拟网络编辑器—更改设置——还原默认设置。然后重新打开虚拟机。

并无还原默认设置这个东西。

Reply View the author
fyasulrc
deepin
2020-11-30 08:06
#3

弄好了,没想到一个2014年的东西直接解决了我的问题。谢谢大家的关注。

Reply View the author
abaiy
deepin
2020-12-03 22:27
#4

楼主可以分享下解决方法么,谢谢。

Reply View the author
fyasulrc
deepin
2020-12-04 07:52
#5
abaiy

楼主可以分享下解决方法么,谢谢。

两条命令搞定。

sudo modprobe vmnet

sudo vmware-networks --start

但是每次关机之后开机打开又要输入一遍。

Reply View the author