Re: [libvirt-users] Why does libvirt use XML firewall rules?

2011-12-14 Thread Hansa
On 12/12/2011 14:20, Hansa wrote > Hi there, > > When creating a VM with a persistent virtual network, libvirt creates > an XML file with firewall definitions and stores it in > /etc/libvirt//networks/. The XML file is (to my knowledge) > incompatible with iptables-restore. T

[libvirt-users] Why does libvirt use XML firewall rules?

2011-12-12 Thread Hansa
discussion started. IMHO, saving rules into XML instead of using iptables-save is absurd since you’ll have to code stuff which is already coded. Also you’ll make it incompatible with the tools which are readily available. Why go for this approach and what do we get from it? Best regards, -Hansa

Re: [libvirt-users] Custom firewall rules

2011-12-08 Thread Hansa
Nobody? Most firewall tools I looked at break libvirts’ invoked rules because they create their own rule file. Is there one that collaborates with libvirts’ (xml) format? -Hansa From: libvirt-users-boun...@redhat.com [mailto:libvirt-users-boun...@redhat.com] On Behalf Of Hansa Sent

[libvirt-users] Custom firewall rules

2011-12-07 Thread Hansa
Hi, Normally I’m using webmin to manage my firewall. Webmin fw however breaks the iptable rules invoked by libvirt. Is there a fw tool (beside iptables console command) which can be used without breaking libvirts’ rules? -Hansa