Comment 20 for bug 1240757

Revision history for this message
Ivan Ogai (ubuntu-yd) wrote :

Yes, I can confirm that the proper setting for ipv4 is:

    listen-on { ! 10.0.3.1; any; };

Now, the problem at hands appears again with ipv6. In /var/log/upstart/lxc-net.log:

    dnsmasq: failed to create listening socket for<some ipv6 address>%lxcbr0: Address already in use.

Deactivating ipv6 in bind solves it, but is of course not a final solution. In /etc/bind/named.conf.options

    listen-on-v6 { none; };