我正在尝试配置 NSD 和 Unbound 来处理内部 DNS。
我已经完成了正向查找的所有工作,但反向查找失败了。
我不知道接下来要做什么,但是看看挖掘(反向)响应,它与我对反向区域的规范有关。
“10.in-addr.arpa”与“57.142.10.in-addr.arpa”
请参阅下面的挖掘输出和配置文件
向前挖掘(工作):
dig pc01.example.com.au
; <<>> DiG 9.8.3-P1 <<>> pc01.example.com.au
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2821
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;pc01.example.com.au. IN A
;; ANSWER SECTION:
pc01.example.com.au. 79883 IN A 10.142.57.50
;; AUTHORITY SECTION:
example.com.au. 79755 IN NS ns1.example.com.au.
;; ADDITIONAL SECTION:
ns1.example.com.au. 79755 IN A 10.142.57.1
;; Query time: …
Run Code Online (Sandbox Code Playgroud)