X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralInteroperating BIND9 with lxc-net

Interoperating BIND9 with lxc-net

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.***.***; };
};

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(102 times viewed. / 0 people found helpful.)