[Bug 1240757] Re: Bridge not created if bind9 is on

2015-11-09 Thread Ivan Ogai
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%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; };

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1240757

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+subscriptions

-- 
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


[Bug 1240757] Re: Bridge not created if bind9 is on

2015-05-18 Thread ogai
This bug just hit me in Ubuntu 14.04 LTS and is quite serious because
LTS is used in servers, and it is common to try to have virtualization
(LXC) as well as being configured as DNS servers (bind9).

Additionally, under some configurations at least, the whole DNS
resolving becomes malfunctioning as 10.0.3.1 is the first entry in
/etc/resolv.conf (put by resolvconf / dnsmasq) but it is not accessible.
As a result, any DNS resolving wait some seconds for a timeout!

A detailed workaround without reboot:

1. Add this line in /etc/bind/named.conf.options before the last line::

listen-on { ! 10.0.3.1; };

2. Restart bind9::

service bind9 restart

3. Restart the LXC network::

service lxc-net restart

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1240757

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+subscriptions

-- 
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