我在桌面(win 7)上安装了 openSuse 作为虚拟机(Oracle Virtual Box),在我的笔记本电脑(win 8.1)上安装了另一个 openSuse 作为虚拟机(Oracle Virtual Box)。
请参阅附图,其中我捕获了各种网络适配器信息。
我想将这两个虚拟机联网,如何实现?
以下是附加信息。台式主机(win 7)
C:\Users\Adofo>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : domain.invalid
Link-local IPv6 Address . . . . . : fe80::bd2b:ef06:53ea:740b%11
IPv4 Address. . . . . . . . . . . : 192.168.0.108
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::35d5:acd3:5f50:fc20%18
Autoconfiguration IPv4 Address. . : 169.254.252.32
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.{DB8941A3-825F-4824-B421-6E1625173A6E}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.domain.invalid:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
虚拟机上的 OpenSuse 12.3:(安装在桌面、Windows 7 上的 VirtualBox)
linux-gn77:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:08:FF:6C
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe08:ff6c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:43 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1180 (1.1 Kb) TX bytes:9748 (9.5 Kb)
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:65536 Metric:1
RX packets:52 errors:0 dropped:0 overruns:0 frame:0
TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4891 (4.7 Kb) TX bytes:4891 (4.7 Kb)
笔记本电脑:Windows8.1 主机 C:\Users\Harbir PC>ipconfig Windows IP 配置
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : domain.invalid
Link-local IPv6 Address . . . . . : fe80::555b:6b6a:18c5:9326%3
IPv4 Address. . . . . . . . . . . : 192.168.0.106
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::a0d1:2b1d:ba1c:9158%26
IPv4 Address. . . . . . . . . . . : 192.168.56.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Tunnel adapter isatap.{AB29F882-C104-4E87-BB48-3C1DDD3136B9}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.domain.invalid:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
虚拟机上的 OpenSuse 12.3:(VirtualBox 安装在笔记本电脑、Windows 8.1 上)
linux-gn77:~/line/client1 # ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:41:7A:77
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe41:7a77/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57266 errors:0 dropped:0 overruns:0 frame:0
TX packets:31879 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:77472539 (73.8 Mb) TX bytes:2640470 (2.5 Mb)
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:65536 Metric:1
RX packets:113 errors:0 dropped:0 overruns:0 frame:0
TX packets:113 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5861 (5.7 Kb) TX bytes:5861 (5.7 Kb)
答案1
你需要在 VirtualBox 的网络配置下寻找“桥接”mod,否则 VirtualBox 将模拟一个没有任何东西可以直接通信的小型网络。
一旦进入桥接模式,它们应该被视为路由器/DHCP 服务器的额外计算机,获取 IP 地址,您将能够与主机所在网段上的所有计算机进行通信。