_winds 发表于 2015-4-10 07:39:05

ubuntu系统常见网络问题解决方案

问题一:linux虚拟机开机后提示如下信息,则可按下列方案尝试解决:
"The network bridge on device VMnet0 is not running.The virtual machine will not be able to communicate with the host or with other machines on your network.
Virtual device Ethernet0 will start disconnected."
解决方案:
在你的window系统中,打开“网络连接”,右键选择VMnet1和VMnet8属性,检查是否有VMware Bridge Protocol服务,如果有但没有勾选,则勾选它,然后确定,虚拟机网络重启连接,问题就可以解决了;如果没有该选项,则可按如下的方法添加,如果有可以卸载了,再重新添加一次。
1、在"VMware Network Adapter VMnet1属性"中,点"安装"->"服务"->"添加..."->厂商中选择"VMware,Inc",网络服务中选择"VMware Bridge Protocol 版本:4.0.0.0 "->"从磁盘安装..."->"浏览"->C:\Program Files\VMware\VMware Workstation\netbridge.inf(这里选你自己安装目录下的)->"打开"
2、打开"程序"——"VMware"——"Manage Virtual Networks",打开"Host Virtual Network Mapping"标签页,设置VMnet0为"Bridged to an automatically chosen adapter",在Automatic Bridging标签页,选中"Automatically choose an available physical network adapter to bridge to VMnet0",Excluded adapters保持空。
3、重启VMnet1网卡。如果无效,也可以重新启动系统。
页: [1]
查看完整版本: ubuntu系统常见网络问题解决方案