[fedora-virt] bridge network with iptables running on host?

Dale Bewley dlbewley at lib.ucdavis.edu
Mon Aug 24 00:06:04 UTC 2009


On Fri, 2009-08-21 at 18:35 -0400, Tom Horsley wrote:
> Do I have to tell the host to forward everything (rather than
> forwarding nothing as I have it now?). 

You are going to need something like this:
 iptables -I FORWARD -m physdev  --physdev-is-bridged -j ACCEPT

Take a peek in /var/lib/libvirt/iptables for the rules that libvirt
inserts when you use a libvirt defined network. 




More information about the Fedora-virt mailing list