【问题标题】:Why does my domain not linking with godaddy hosting after I transferred the domain name from godaddy to big rock?为什么我的域名从 godaddy 转移到 big rock 后,我的域名没有链接到 godaddy 托管?
【发布时间】:2015-02-19 13:47:30
【问题描述】:

我最近将域 (v3foods.in) 从 godaddy 转移到 big rock,因为出现了违反规则的问题,而我并没有故意这样做。所以我支付了罚款并转移了域名。现在,当我尝试与相同的旧主机链接时,它没有链接起来。它显示为我输入并保持超过 48 小时的未找到记录。我觉得我在某个地方犯了一个错误,所以有人可以帮助我。

【问题讨论】:

    标签: dns hosting web-hosting transfer


    【解决方案1】:

    所以你可以像这样查询 NS:

    nslookup -q=ns v3foods.in
    

    回复是:

    Server:         8.8.8.8
    Address:        8.8.8.8#53
    
    Non-authoritative answer:
    v3foods.in      nameserver = dns3.bigrock.in.
    v3foods.in      nameserver = dns1.bigrock.in.
    v3foods.in      nameserver = dns4.bigrock.in.
    v3foods.in      nameserver = dns2.bigrock.in.
    

    您的 Ping 数据现在指向此主机

    ping v3foods.in 
    PING v3foods.in (23.229.248.68) 56(84) bytes of data.
    64 bytes from ip-23-229-248-68.ip.secureserver.net (23.229.248.68): icmp_req=1 ttl=56 time=68.8  ms
    

    这也是A记录

    您的 Dig 现在设置了很长时间(在我看来,如果您不支付 DNS 查询费用,请将其设置为 5 分钟。)

     dig v3foods.in
    
     ; <<>> DiG 9.8.1-P1 <<>> v3foods.in
     ;; global options: +cmd
     ;; Got answer:
     ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36816
     ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
     ;; QUESTION SECTION:
     ;v3foods.in.                    IN      A
     ;; ANSWER SECTION:
     v3foods.in.             21595   IN      A       23.229.248.68
     ;; Query time: 17 msec
     ;; SERVER: 8.8.8.8#53(8.8.8.8)
     ;; WHEN: Mon Dec 22 17:50:13 2014
     ;; MSG SIZE  rcvd: 44
    

    这是来自 bigrock.in 的 NameServer 的结果

     > v3foods.in
     Server:         dns3.bigrock.in
     Address:        67.15.253.219#53
     Name:   v3foods.in
     Address: 23.229.248.68
     >
    

    如果您可以登录到您的托管服务器,请运行:ifconfig

    这将向您显示托管外部 IP,您将获得的格式将是 eth0 -> inet addr: SERVER EXTERNAL IP

    这似乎是一个直接的 A 记录问题指向正确的 IP .. 希望这有帮助

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-07-30
      • 2011-07-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-06
      • 2017-09-03
      相关资源
      最近更新 更多