Something else that's required: we need to stop a libvirt-started 
dnsmasq from picking up configuration left around by a removed system 
dnsmasq, so the start-dnsmasq pseudo-code in libvirt becomes.


echo dhcp-range=interface:virt0,<ip range> >/etc/dnsmasq.d/libvirtf

if system dnsmasq is not installed or enabled>
      dnsmasq --interface=virt0\
        --bind-interfaces --conf-file=/etc/dnsmasq.d/libvirt
else
      /etc/init.d/dnsmasq restart

Simon.

-- 
dnsmasq exits using --interface if the interface does not exist yet
https://bugs.launchpad.net/bugs/526386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to