Bind: Difference between revisions
From DWIKI
mNo edit summary |
|||
(8 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 = | ||
*[http://www.bind9.net/manuals Manuals] | |||
*[http://www.bind9.net/manuals Manuals] | |||
*[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:48, 5 July 2023
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.