[Bug 1240757] Re: Bridge not created if bind9 is on
Chad Smith
1240757 at bugs.launchpad.net
Fri Oct 16 23:20:45 UTC 2015
Looks like the proper syntax for the listen-on named config is either
Just tested on MAAS dns service which fails > 75% of the time when brought up in a vm due to timing issues.
The proposed "listen-on { ! 10.0.3.1; };" cannot be parsed by bind
because ! is supposed to be outside the address list match element.
(per http://www.zytrax.com/books/dns/ch7/address_match_list.html)
I think the fix should be:
listen-on ! { 10.0.3.1; };
With this setting in my maas dns/bind conf, bind comes up without error
and I don't get collisions with lxc ips on the system.
--
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
More information about the Ubuntu-server-bugs
mailing list