域名不能用dnsimple.com解决

我不是DNS方面的专家,但是我之前已经configuration了一些域名,并且对于它应该如何工作有一个合理的了解。

但是这个是关于我的,我已经试过了一切,试图确定这是一个configuration问题还是DNSimple.com有问题。

有一点背景,域名注册了dns.pt,葡萄牙的域名主要注册商,他们没有DNS服务,所以当我去年租用我的networking服务器时,我也将它configuration成DNS服务器。

长话短说,我现在把我的电子邮件转移到Google Apps,我的网站很快就会迁移到azure色,所以不再需要Web服务器。

我select了DNSimple.com,因为DNS主机的API和合理的价格,我将名称服务器更改为dns simple提供的名称,ns1.dnsimple.com和ns2,configuration了Google Apps服务,并创build了一个cnamelogging来指向www我的旧服务器IP地址在此期间。

问题是,www.pmcosta.pt不起作用,但mail.pmcosta.pt工作并转到Google Apps。 这一切都是在上周五完成的,超过了设定的TTL!

怎么会这样? 为什么不ping或redirect到我的服务器? 即使ns1.dnsimple.com上的nslookup的答案是:

DNS server handling your query: ns1.dnsimple.com DNS server's address: 184.106.214.131#53 Non-authoritative answer: www.pmcosta.pt canonical name = 173.248.133.202. Authoritative answers can be found from: . nameserver = a.root-servers.net. . nameserver = b.root-servers.net. . nameserver = c.root-servers.net. . nameserver = d.root-servers.net. . nameserver = e.root-servers.net. . nameserver = f.root-servers.net. . nameserver = g.root-servers.net. . nameserver = h.root-servers.net. . nameserver = i.root-servers.net. . nameserver = j.root-servers.net. . nameserver = k.root-servers.net. . nameserver = l.root-servers.net. . nameserver = m.root-servers.net. 

DNSimple.com不会报告域的问题,我有其他的域在那里configuration方式很相似,工作正常。

这可能是因为我还没有取消configuration我的networking服务器上的DNS托pipe? 如果是这样,那么怎么去做呢? 我正在使用标准的Windows DNSpipe理,我可以只删除pmcosta.pt节点?

任何帮助,将不胜感激。

亲切的问候,体育

您已将www.pmcosta.pt设置为173.248.133.202的CNAME。 您需要将其configuration为Alogging。

或者,您可以将pmcosta.pt设置为指向173.248.133.202的Alogging,并将www指向pmcosta.pt作为CNAME。

Dig命令显示您正在使用CNAME直接链接到IP地址。 CNAME应该是Alogging的别名,Alogging又指向一个IP地址。

 ○ ➜ dig www.pmcosta.pt +short 173.248.133.202.