我是一名 Linux 新手,被分配了这项任务来获取我们公司 DNS 中的错误,当我们在本地主机上进行挖掘时,例如“dig google.com@localhost”,我得到了 NXDomain 状态而没有答案部分(答案:0)。
这就是我的结果......
dig @localhost google.com
; <<>> DiG 9.5.0-P2 <<>> @localhost google.com
; (1 server found)
;; global options: printcmd
;; connection timed out; no servers could be reached
请协助找出错误可能出在哪里。
答案1
这就是我的结果......
挖掘@localhost google.com
; <<>> DiG 9.5.0-P2 <<>> @localhost google.com ; (找到 1 个服务器) ;; 全局选项:printcmd ;; 连接超时;无法访问任何服务器
请帮忙。