- 论坛徽章:
- 0
|
今天用VMware workstation 5.5.1 装了个RedHat Enterprise Linux4.装完后,发现不能上网。
我自己的电脑是WINXP,可以通过局域网上网。
IP:192.168.2.49 Netmask:255.255.255.0 Gateway:192.168.2.254
起初我以为是Linux的IP没有配好。于是我用setup命令配好的IP(192.168.2.78)。并能用
ping 192.168.2.78 ping到自己。上网查资料后。修改了/etc/下的内容。最后才发现问题出在虚拟机上。
在每次重起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.
我选的配置是用Ethernet bridge
然后我到Vitrual Network Settings里面查看VMnet0,它的内容是Automatic bridging.
说明VMnet0是没有错的。我的LINUX里面/etc/设置也是没有问题的,Ethernet是active 。
于是我又在系统启动时强行edit,默认的connected是没有勾上的,强行勾上后,报错
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.
Failed to connect virtual device Ethernet0.
最后重装了虚拟机,可惜启动时还是报上面的错误。
没办法了,希望论坛上的各位达人能帮帮我。先谢谢拉!! |
|