[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

GoofY goofy at dse.nl
Sat Jan 23 13:10:29 GMT 2010


Problem in my case is, I've got a DHCP server, bridged networking which is working when not enabling LIBVIRT.
After enabling LIBVIRT for some reason, I can't seem to find out why, my DHCP server stops serving IP's & configs for my clients.
After a reboot my DHCP server works for about 5 min, & then stops. In the logging I can't find any reasons why it stops.

So it would be nice to would be nice to specify that LIBVIRT (read
DNSMASQ) only binds & listens to the VIRBR* & not to the rest...

Below is my interfaces conf.

# The loopback network interface
auto lo
iface lo inet loopback

# The first network interface
auto eth0
iface eth0 inet dhcp

# The second network interface
auto eth1
iface eth1 inet static
    address 192.168.192.1
    netmask 255.255.255.0

# The third network interface
auto eth2
iface eth2 inet manual

# Bridge
auto br0
iface br0 inet static
    address 172.18.172.1
    network 172.18.172.0
    netmask 255.255.255.0
    broadcast 172.16.172.255
    bridge_ports eth2
    bridge_fd 9
    bridge_hello 2
    bridge_maxage 12
    bridge_stp off

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.



More information about the Ubuntu-server-bugs mailing list