[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [fedora-virt] bridge network with iptables running on host?
- From: Dale Bewley <dlbewley lib ucdavis edu>
- To: Tom Horsley <tom horsley att net>
- Cc: "fedora-virt redhat com" <fedora-virt redhat com>
- Subject: Re: [fedora-virt] bridge network with iptables running on host?
- Date: Sun, 23 Aug 2009 17:06:04 -0700
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]