Bind: Difference between revisions
From DWIKI
Tag: wikieditor |
m →HOWTO Tag: wikieditor |
||
| Line 13: | Line 13: | ||
==add rndc== | ==add rndc== | ||
https://linuxconfig.org/configure-rndc-key-for-bind-dns-server-on-centos-7 | https://linuxconfig.org/configure-rndc-key-for-bind-dns-server-on-centos-7 | ||
==Define networks== | |||
acl internal-network { | |||
10.0.0.0/24; | |||
}; | |||
and then for example use | |||
allow-recursion { localhost; localnets; internal-network; }; | |||
= FAQ = | = FAQ = | ||
Latest revision as of 12:06, 11 November 2025
Berkeley Internet Name Domain, also known as named
Documentation
HOWTO
add rndc
https://linuxconfig.org/configure-rndc-key-for-bind-dns-server-on-centos-7
Define networks
acl internal-network {
10.0.0.0/24;
};
and then for example use
allow-recursion { localhost; localnets; internal-network; };
FAQ
refresh: non-authoritative answer from master
CNAME and other data
named-checkconf -z
should point at the line problem
xfer-in failed while receiving responses: NOTAUTH
Server Not Authoritative for zone,
host unreachable resolving 'ns4-34.azure-dns.info/A/IN': 208.84.5.1#53
Means 208.84.5.1 failed to respond, probably temporarily.
