我有一个名为 nube22.com 的主域名 域名注册器:route53 名称服务器:在 aws 中自行生成。记录 A 名为 nube22.com:指向“服务器 1”
我在“服务器 2”上使用 cpanel 配置了自己的名称服务器。ns1.nube22.com ns2.nube22.com
在 nube22.com 的 route53 上,我添加了两个 A 记录:ns1 和 ns2 指向 ip 服务器 2
当我想将我的名称服务器(ns1.nube22.com 和 ns2.nube22.com)用于 enlanuve.com(域名注册 www.domain.com)时,系统提示名称服务器无效。这是怎么回事?
谢谢
答案1
ns1.nube22.com
未正确配置为 的 NS enlanuve.com
。
$ dig enlanuve.com @ns1.nube22.com SOA
; <<>> DiG 9.11.2 <<>> enlanuve.com @ns1.nube22.com SOA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 60828
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: 4dc7b42ecf42a59092bb78a15e08eaa92f3bb3e033f890d3 (good)
;; QUESTION SECTION:
;enlanuve.com. IN SOA
;; Query time: 147 msec
;; SERVER: 18.216.94.141#53(18.216.94.141)
;; WHEN: Sun Dec 29 19:04:25 CET 2019
;; MSG SIZE rcvd: 69
当要求提供SOA
记录时,它回复空白。将其与正确配置的域回复进行比较SOA
:
$ dig example.com SOA
; <<>> DiG 9.11.2 <<>> example.com SOA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50770
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;example.com. IN SOA
;; ANSWER SECTION:
example.com. 1581 IN SOA ns.icann.org. noc.dns.icann.org. 2019121308 7200 3600 1209600 3600
;; Query time: 27 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Sun Dec 29 19:05:08 CET 2019
;; MSG SIZE rcvd: 96
在更改名称服务器之前,您必须配置您的名称服务器以正确回复域的查询。