Linux 和 VirtualBox 上 Internet 连接失败的原因是什么

Linux 和 VirtualBox 上 Internet 连接失败的原因是什么

我在 VirtualBox 4.2.12 上安装了 Ubuntu Linux 发行版 10.04。主机操作系统是 Windows 7。现在我想使用 wget 进行连接。但结果如下:

wget www.google.com
Resolving www.google.com... 173.194.127.84, 173.194.127.80, 173.194.127.81, ...
Connecting to www.google.com|173.194.127.84|:80... failed: Connection timed out.
...
Connecting to www.google.com|173.194.127.83|:80... failed: Connection timed out.
Connecting to www.google.com|2404:6800:4005:801::1011|:80... failed: Network is unreachable.

但是我在linux下用Firefox可以浏览173.194.127.84,为什么用wget连不上网络,用Firefox却可以,很奇怪,想知道为什么会出现这种情况。

顺便说一下,我的主机使用固定 IP 访问互联网。我只有一个 IP 可以访问互联网,所以我在 VirtualBox 中使用 NAT 模式。

相关内容