使用移动宽带在 VirtualBox 上启用网络

使用移动宽带在 VirtualBox 上启用网络

我在 Virtual Box 上设置了 Windows7 VM。主机操作系统是 Ubuntu Oneiric。我使用移动连接在主机操作系统上连接到互联网。我也想在我的 VM 上使用此连接。但我无法在 Virtual Box 上设置网络。

我谷歌了一下解决方案。但大多数都是无线或有线连接。我尝试了几个,但都无济于事。

我是新手,不太清楚该怎么做。请帮助我,以便我可以将我的虚拟机连接到主机操作系统网络。

我当前的网络设置如下。

$ ifconfig
eth0  Link encap:Ethernet  HWaddr 18:03:73:6c:45:17  
      UP BROADCAST MULTICAST  MTU:1500  Metric:1
      RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000 
      RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      Interrupt:46 Base address:0x2000 

lo    Link encap:Local Loopback  
      inet addr:127.0.0.1  Mask:255.0.0.0
      inet6 addr: ::1/128 Scope:Host
      UP LOOPBACK RUNNING  MTU:16436  Metric:1
      RX packets:322 errors:0 dropped:0 overruns:0 frame:0
      TX packets:322 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:0 
      RX bytes:35653 (35.6 KB)  TX bytes:35653 (35.6 KB)

ppp0  Link encap:Point-to-Point Protocol  
      inet addr:10.134.80.235  P-t-P:10.6.6.6  Mask:255.255.255.255
      UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
      RX packets:15072 errors:0 dropped:0 overruns:0 frame:0
      TX packets:14818 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:3 
      RX bytes:14028308 (14.0 MB)  TX bytes:1659735 (1.6 MB)

答案1

问题解决了。我更改了 Virtual Box 上的网络配置。

在客户操作系统上启用网络的配置如下。

Attached to:     NAT
Adapter Type:    Intel PRO/1000 MT Desktop (82540EM)
Promiscous Mode: Allow VMs
Cable Connected: Yes

Parth 给出的解决方案是正确的。只是在配置中禁用了 Cable Connected。

答案2

那么,您的主机操作系统互联网连接是否正常工作?如果工作正常,则无需建立特殊配置。只需启用 NAT 即可!

正如您所提到的,您正在使用虚拟盒,然后在虚拟盒窗口中->选择客户操作系统->设置->网络->连接到 NAT!

相关内容