[Bug 526386] Re: dnsmasq exits using --interface if the interface does not exist yet
Simon Kelley
simon at thekelleys.org.uk
Tue Feb 23 16:05:14 GMT 2010
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.
More information about the Ubuntu-server-bugs
mailing list