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
discussion started.
IMHO, saving rules into XML instead of using iptables-save is absurd since
youll have to code stuff which is already coded. Also youll 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
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
Hi,
Normally Im 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