桥接网络在装有 ubuntu 12.04 主机和 ubuntu 11.10 客户机的 Virtual Box 4.2.8 中无法正常工作

桥接网络在装有 ubuntu 12.04 主机和 ubuntu 11.10 客户机的 Virtual Box 4.2.8 中无法正常工作

非常好的文章,但对我来说有一个问题。我正在使用 Virtual Box 4.2.8,主机为 ubuntu 12.04,客户机为 ubuntu 11.10。我无法在主机和客户机之间设置桥接网络。这里我粘贴了接口的配置。在 Ubunutu12.04 主机上配置

auto lo
iface lo inet loopback
auto br0
iface br0 inet static
address 192.168.56.22
netmask 255.255.255.0   
broadcast 192.168.56.255
gateway 192.168.56.1
bridge_ports eth0
bridge_maxwait 0

auto eth0
iface eth0 inet manual

对于 ubuntu 11.10 客户机,我选择了桥接适配器,并在名称下选择了 eth0 接口。客户机以太网接口的配置是

auto eth2
iface eth0 inet static
address 192.168.56.23
netmask 255.255.255.0
broadcast 192.168.56.255
gateway 192.168.56.1

但是当我 ping 时它不起作用,只是说目标主机无法访问。请帮忙

相关内容