https://bugzilla.novell.com/show_bug.cgi?id=863182 https://bugzilla.novell.com/show_bug.cgi?id=863182#c6 Cédric Bosdonnat <cbosdonnat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |olafmartens@web.de --- Comment #6 from Cédric Bosdonnat <cbosdonnat@suse.com> 2014-09-04 08:15:22 UTC --- libvirt starts dnsmasq if it can find an ipv4 or ipv6 address for the network... which is mandatory for a routed network. You could try the following: * Create a new bridge on your host, e.g. br0 * Use a bridged network with such a config: <network> <name>bridged</name> <forward mode='bridge'/> <bridge name='br0'/> </network> This way you can assign br0 to any zone you need in the firewall settings. I'm using such a configuration here everyday and it doesn't launch dnsmasq. As mentioned in the libvirt documentation, libvirt won't try to manage your bridge, it won't set any DNS/DHCP nor add any iptable rule. Could you try this and give me some feedback on it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.