我收到了一个要处理的虚拟机。它打开了它,但它没有在互联网上自动连接,我需要连接来通过svn更新我的修订版。
在VMware 7或ubuntu命令行中是否有任何设置可以解决此问题?
ping: unknown host google.com // this is what I get when running ping
could not resolve hostname '...' // this is at svn up
cat /etc/resolv.conf
nameserver 172.16.90.2
domain localdomain
search localdomain
的ifconfig
inet addr: 127.0.0.1
与此同时,如果有人遇到这个问题,我找到了解决方案:
sudo nano /etc/udev/rules.d/70-persistent-net.rules
- now, delete everything in this file past the initial comment
- save the file and close it
- then restart the vm and your network should work
答案 0 :(得分:0)
如果您没有127.0.0.1
以外的其他地址,那么您将无法上网。
127.0.0.1
是一个环回接口,连接回自己的机器。因此,您需要进入虚拟机的设置并检查网络配置,并为lo0
以外的接口设置IP地址。