#nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.191.5
gateway 192.168.191.254
netmask 255.255.255.0
改成:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp//自动获取ip
address 192.168.191.5
gateway 192.168.191.254
netmask 255.255.255.0
重启 管理里的 服务(哪怕已经处于开启状态)
网络改为NAT
重启网络管理器
#sudo /etc/init.d/networking force-reload
==> 重新加载网路配置文件
#sudo /etc/init.d/networking restart
如果还不行,看看虚拟机服务开了没有,网络改为nat没有。
linux下出现ping:unknown host www.baidu.com问题时的解决办法:http://www.linuxdiyf.com/linux/14102.html
windows平台下安装linux虚拟机,宿主机与虚拟机ping不通:http://www.linuxdiyf.com/linux/14038.html
主机+虚拟机Ubuntu+开发板互相ping通:http://www.linuxdiyf.com/linux/6768.html