+ Jamie McDonald <[email protected]>: > You are correct, I cannot ping the gateway from the guest - > however I can from the host.
Maybe the host is blocking traffic from the guest interface with iptables? I used to add -i eth0 on every iptables rule before trying kvm. If that's the case, you should remove them or replace eth0 by br0. On the other side, sniffing traffic on the host side should help determining at least if packets arrive from the guest. You can use tcpdump, wireshark, etc. -- Alex Muntada <[email protected]> http://alexm.org/ -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
