【问题标题】:server does not lookup on www or other subdomains服务器不会在 www 或其他子域上查找
【发布时间】:2015-11-07 11:58:01
【问题描述】:

我有一些问题,我认为是 DNS 记录的问题。

我无法通过www. 打开我的网站或访问任何子域。

这些是我的 DNS 设置:

 example.de.        14400   IN  A   **.***.***.***  
 mail.example.de.   14400   IN  CNAME   example.de  
 www.example.de.    14400   IN  CNAME   example.de  
 ftp.example.de.    14400   IN  CNAME   example.de  
 *.example.de.      14400   IN  A   **.***.***.***   
 ns1.example.de.    14400   IN  A   **.***.***.***  
 ns2.example.de.    14400   IN  A   **.***.***.***

当我进行 DNS 查找时,我得到以下信息:

Type    Host        Class   TTL     Data
A       example.de  IN      21599   ip = **.***.***.***
NS      example.de  IN      21599   target = irdns.earth.orderbox-dns.com
NS      example.de  IN      21599   target = irdns.mars.orderbox-dns.com
NS      example.de  IN      21599   target = irdns.mercury.orderbox-dns.com
NS      example.de  IN      21599   target = irdns.venus.orderbox-dns.com
SOA     example.de  IN      7199    mname = irdns.mercury.orderbox-dns.com
                                    rname = example.mail.com
                                    serial = 2015081203
                                    refresh = 7200
                                    retry = 7200
                                    expire = 172800
                                    minimum-ttl = 38400

**.***.***.*** 是我的服务器 IP。

问题就在.de;我已将这些设置设置为我的其他域,一切都很好。

我的服务器是 Apache,它有默认的 Apache 控制面板 (CPanel) 用于管理。

【问题讨论】:

  • 您说的配置的 TTL 与您在测试时得到的 TTL 不一致。这表明您没有查看该域的正确 DNS 服务器。

标签: apache dns server subdomain cpanel


【解决方案1】:

您是否尝试为 www.yoururl.com 应用与 yoururl.com 相同的 dns 设置

www.yoururl.com 对您来说就像一个子域。根据我的学习

【讨论】:

  • 您的域托管在哪个服务上?
【解决方案2】:

您似乎有 2 个 A 记录 example.de 指向不同的 IP 地址

查看您的域 DNS 设置或询问您的域托管支持

祝你好运!

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-01-20
    • 2012-11-04
    • 2023-03-29
    • 2017-01-31
    • 1970-01-01
    相关资源
    最近更新 更多