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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to