On Sat, Sep 24, 2011 at 03:00:13AM +1000, Philip Rhoades wrote: [...] Interfaces and firewall rules all look fine to me. You can check them against the description here:
http://libvirt.org/firewall.html > >Plus maybe try tcpdump'ing the connection? > > > eth0 ? Wherever the packets are going, but I'd expect them to end up on virbr0. Some other things to check: $ cat /proc/sys/net/ipv4/ip_forward 1 $ grep bridge /etc/sysctl.conf # Disable netfilter on bridges. net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-arptables = 0 (Not sure if this is necessary, but see: https://bugzilla.redhat.com/show_bug.cgi?id=512206 ) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
