Bind: Difference between revisions
From DWIKI
mNo edit summary |
m (→Documentation) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''B'''erkeley '''I'''nternet '''N'''ame '''D'''omain, also known as '''named''' | '''B'''erkeley '''I'''nternet '''N'''ame '''D'''omain, also known as '''named''' | ||
[ | [https://www.bind9.net/ Homepage] | ||
=Documentation= | = Documentation = | ||
*[ | |||
*[https://bind9.readthedocs.io/en/v9.20.4/ BIND 9 Administrator Reference Manual] | |||
*[https://www.zytrax.com/books/dns/ch7/logging.html Named logging] | *[https://www.zytrax.com/books/dns/ch7/logging.html Named logging] | ||
*[https://arstechnica.com/gadgets/2020/08/understanding-dns-anatomy-of-a-bind-zone-file/ Understanding DNS—anatomy of a BIND zone file] | |||
= HOWTO = | |||
==add rndc== | |||
https://linuxconfig.org/configure-rndc-key-for-bind-dns-server-on-centos-7 | |||
= 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, | |||
[[Category:Networking]] | |||
[[Category:DNS]] | |||
= | ==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. |
Latest revision as of 11:23, 20 December 2024
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
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.