1 domain-name-system bind nameserver
我正在尝试设置从属 DNS 服务器,但反向映射似乎无法解析。
当我尝试 'nslookup nslookup 94.249.214.137' 它返回
Server: 66.96.208.21
Address: 66.96.208.21#53
** server can't find 137.214.249.94.in-addr.arpa.: NXDOMAIN
Run Code Online (Sandbox Code Playgroud)
我试过设置反向区域,但它仍然不起作用。
$ttl 38400
137.214.249.94.in-addr.arpa. IN SOA ns2.madtek.co.za. xxx.xxx.xxx. (
1338041739
10800
3600
604800
38400 )
137.214.249.94.in-addr.arpa. IN NS ns2.madtek.co.za.
137.214.249.94.in-addr.arpa. IN PTR ns2.madtek.co.za.
Run Code Online (Sandbox Code Playgroud)
有人可以帮忙吗?
解析该子网的 PTR 记录的名称服务器ns1.ghostdns.de
,我猜是您没有操作的。看起来它是由 hostmaster@ghostnet.de 运营的。
您需要联系操作该名称服务器的任何人,并要求他们为137.214.249.94.in-addr.arpa
.
$ dig -x 94.249.214.137 -t SOA
; <<>> DiG 9.7.0-P1 <<>> -x 94.249.214.137 -t SOA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35612
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;137.214.249.94.in-addr.arpa. IN SOA
;; AUTHORITY SECTION:
214.249.94.in-addr.arpa. 0 IN SOA ns1.ghostdns.de. hostmaster.ghostnet.de. 2012032301 10800 1800 604800 10800
;; Query time: 32 msec
;; SERVER: 172.16.255.1#53(172.16.255.1)
;; WHEN: Sat May 26 15:16:41 2012
;; MSG SIZE rcvd: 116
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
9556 次 |
最近记录: |