在我的家庭网络中,我有两台物理机。其中一台运行托管虚拟机的 ubuntu。另一台是笔记本电脑。从我的笔记本电脑我可以访问我的 ubuntu,但无法访问虚拟机。
Laptop IP: 192.168.0.60
Ubuntu IP: 192.168.0.229
VM IP: 192.168.122.220
当我运行 ifconfig 时,我看到有两个接口(加上环回),一个是 eth0,一个是 vibr0,大概是用于虚拟机:
eth0 Link encap:Ethernet HWaddr 00:25:64:b4:80:da
inet addr:192.168.0.229 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::3b29:a5ac:da9f:4e71/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:114 errors:0 dropped:0 overruns:0 frame:0
TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14089 (14.0 KB) TX bytes:22650 (22.6 KB)
Interrupt:21 Memory:f7ae0000-f7b00000
virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
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)
我尝试按照此处的说明将 ubuntu 配置为路由器http://opensourceforu.com/2015/04/how-to-configure-ubuntu-as-a-router/ 将“eth1”替换为“vibr0”,但从我的笔记本电脑 ping 虚拟机仍然报告“目标主机不可达”。