If you want to manage DNS rules with Bind9 while using a container with LXD, there will be a conflict because they will want to listen to the same IPs.
If we tell Bind9 to ignore block 10.0.3.1, both services will run at the same time.
nano /etc/bind/named.conf.options
options {
directory "/var/cache/bind";
dnssec-validation auto;
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { none; };
listen-on { 185.122.***.***; };
};
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket