我最近从 namesilo 购买了 2 个域名。我在 AWS 上使用 VPS。
https://duman.digital和https://dumandigital.com
两者都使用相同的名称服务器和相同的设置,但 dumandigital.com 始终可供任何人访问,而 duman.digital 则有点故障。
我的朋友打不开。我无法从手机打开它,但我可以从电脑打开它。(相同的 WiFi)
手机报错:server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN
与此同时,PC 正常工作:
如果我启用我的 VPN(Google Cloud VPS)并尝试,PC 也不再工作。
Hmm. We’re having trouble finding that site.
We can’t connect to the server at duman.digital.
If that address is correct, here are three other things you can try:
Try again later.
Check your network connection.
If you are connected but behind a firewall, check that Firefox has permission to access the Web.
我尝试使用 MXToolbox 等一些工具来查看问题:https://mxtoolbox.com/SuperTool.aspx?action=a%3aduman.digital&run=toolpage
结果是:Sorry, we couldn't find any name servers for 'duman.digital'
我的问题是:
- 我怎样才能连接某些组合?
- 为什么 dumandigital.com 永远不会失败。
- 我该如何解决这个问题?(两个域都使用相同的配置。)
答案1
我明白了
$ host -va 'duman.digital.'
...
;; ANSWER SECTION:
duman.digital. 14400 IN MX 10 mail.duman.digital.
duman.digital. 14400 IN TXT "v=spf1 a mx ip4:18.196.180.31 ~all"
duman.digital. 14400 IN SOA ns1.dumanstudios.com. root.duman.digital. 2018080506 7200 3600 1209600 180
duman.digital. 14400 IN NS ns2.dumanstudios.com.
duman.digital. 14400 IN A 18.196.180.31
因此ns2.dumanstudios.com.
是列出的唯一名称服务器。如果要查询,则应在条目中命名ns1.dumanstudios.com.
发件人。SOA
NS
但和都ns2.dumanstudios.com.
无法解决ns1.dumanstudios.com.
:
Host ns2.dumanstudios.com. not found: 3(NXDOMAIN)
Host ns1.dumanstudios.com. not found: 3(NXDOMAIN)
因此,上述答案必须直接来自提供 的服务器digital.
。这是 DNS 设置中的错误。如果您控制 DNS,请指定实际的名称服务器。否则,请让您的提供商修复它。