我的域名转移后不再有效。我该如何排除故障?

Jas*_*ett 0 domain-name-system domain-registration

我最近将我的域 (sniphq.com) 从 MyDomain 转移到 DreamHost。今天,出于某种原因,我根本无法访问 sniphq.com。当我登录 DreamHost 时,似乎没有任何方法可以像使用 MyDomain 那样更改我的域指向的 IP,这非常棒。

我知道这不是服务器本身,因为我可以访问服务器的 IP 并且我的应用程序运行良好。

关于我可以做些什么来排除故障的任何建议?

Dav*_*rtz 7

Dreamhost 的 DNS 服务器没有为您的域提供服务。检查您的域控制面板以确保他们知道他们应该为其提供 DNS。

Domain servers in listed order:
  ns1.dreamhost.com
  ns2.dreamhost.com
  ns3.dreamhost.com

Server:         ns1.dreamhost.com
Address:        66.33.206.206#53
** server can't find sniphq.com: SERVFAIL

Server:         ns2.dreamhost.com
Address:        208.96.10.221#53
** server can't find sniphq.com: SERVFAIL

Server:         ns3.dreamhost.com
Address:        66.33.216.216#53
** server can't find sniphq.com: SERVFAIL
Run Code Online (Sandbox Code Playgroud)


EEA*_*EAA 5

好吧,您的 ns 记录指向 Dreamhost,因为它们应该是:

$ whois sniphq.com
  <snip>
  ns1.dreamhost.com
  ns2.dreamhost.com
  ns3.dreamhost.com
Run Code Online (Sandbox Code Playgroud)

但是,看起来在 Dreamhost 上没有为您的域创建任何区域:

$ dig @ns1.dreamhost.com sniphq.com

; <<>> DiG 9.7.3-P3 <<>> @ns1.dreamhost.com sniphq.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 4979
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;sniphq.com.            IN  A

;; Query time: 101 msec
;; SERVER: 66.33.206.206#53(66.33.206.206)
;; WHEN: Wed Jan 18 15:01:58 2012
;; MSG SIZE  rcvd: 28
Run Code Online (Sandbox Code Playgroud)

您需要为您的域创建一个 DNS 区域。您需要参考 Dreamhost 的文档以了解如何执行此操作。