KVM桥接网络不起作用
我只是按照以下指南在我的Ubuntu服务器上安装了KVM:https://help.ubuntu.com/community/KVM/Installation 然后准备一个桥接网络,如下所示:https : //help.ubuntu.com/community/KVM/Networking 然后,我使用virt-manager创建了一个虚拟机。我尝试了几次,但访客无法连接到网络!有什么帮助吗? ifconfig: br0 Link encap:Ethernet HWaddr d0:27:88:b0:e4:38 inet addr:192.168.20.100 Bcast:192.168.20.255 Mask:255.255.255.0 inet6 addr: fe80::d227:88ff:feb0:e438/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:62 errors:0 dropped:0 overruns:0 frame:0 TX packets:62 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10493 (10.4 KB) TX bytes:8433 (8.4 KB) eth0 Link encap:Ethernet …