AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 558431
Accepted
TRiG
TRiG
Asked: 2013-12-01 15:00:08 +0800 CST2013-12-01 15:00:08 +0800 CST 2013-12-01 15:00:08 +0800 CST

为什么名称服务器即使在 whois 查找中正确列出,也无法解析?

  • 772

我无法连接到 Tullamore Toastmasters 网站。

对 A 记录或 NS 记录的 DiG 请求不返回任何结果。(如下所示的请求。)但是,WHOIS 查询确实列出了名称服务器。直接发送到这些名称服务器的 DiG 请求确实 按预期解决。因此,即使在 WHOIS 响应中列出了这些名称服务器,也不会以某种方式对其进行检查。这里会发生什么?

大约一个月前该域工作正常,然后突然停止,我想不出什么原因。

trig@trig:~$ dig tullamoretoastmasters.org a

; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> tullamoretoastmasters.org a
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40050
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;tullamoretoastmasters.org. IN  A

;; AUTHORITY SECTION:
org.            50  IN  SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2010795773 1800 900 604800 86400

;; Query time: 90 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sat Nov 30 22:54:36 GMT 2013
;; MSG SIZE  rcvd: 117

trig@trig:~$ dig tullamoretoastmasters.org ns

; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> tullamoretoastmasters.org ns
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 24884
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;tullamoretoastmasters.org. IN  NS

;; AUTHORITY SECTION:
org.            47  IN  SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2010795773 1800 900 604800 86400

;; Query time: 85 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sat Nov 30 22:54:39 GMT 2013
;; MSG SIZE  rcvd: 117

trig@trig:~$ whois tullamoretoastmasters.org
Access to .ORG WHOIS information is provided to assist persons in 
determining the contents of a domain name registration record in the 
Public Interest Registry registry database. The data in this record is provided by 
Public Interest Registry for informational purposes only, and Public Interest Registry does not 
guarantee its accuracy.  This service is intended only for query-based 
access. You agree that you will use this data only for lawful purposes 
and that, under no circumstances will you use this data to: (a) allow, 
enable, or otherwise support the transmission by e-mail, telephone, or 
facsimile of mass unsolicited, commercial advertising or solicitations 
to entities other than the data recipient's own existing customers; or 
(b) enable high volume, automated, electronic processes that send 
queries or data to the systems of Registry Operator, a Registrar, or 
Afilias except as reasonably necessary to register domain names or 
modify existing registrations. All rights reserved. Public Interest Registry reserves 
the right to modify these terms at any time. By submitting this query, 
you agree to abide by this policy. 

Domain ID:D163285005-LROR
Domain Name:TULLAMORETOASTMASTERS.ORG
Created On:11-Sep-2011 04:20:33 UTC
Last Updated On:26-Oct-2013 23:00:20 UTC
Expiration Date:11-Sep-2014 04:20:33 UTC
Sponsoring Registrar:Blacknight Internet Solutions Ltd. (R1806-LROR)
Status:CLIENT TRANSFER PROHIBITED
Status:HOLD
Status:PENDINGDELETE
Registrant ID:BK-33567
Registrant Name:Jennifer Dillon
Registrant Street1:Ballycommon
Registrant Street2:
Registrant Street3:
Registrant City:Tullamore
Registrant State/Province:Co. Offaly
Registrant Postal Code:00000
Registrant Country:IE
Registrant Phone:+353.877608117
Registrant Phone Ext.:
Registrant FAX:
Registrant FAX Ext.:
Registrant Email:[email protected]
Admin ID:BK-33567
Admin Name:Jennifer Dillon
Admin Street1:Ballycommon
Admin Street2:
Admin Street3:
Admin City:Tullamore
Admin State/Province:Co. Offaly
Admin Postal Code:00000
Admin Country:IE
Admin Phone:+353.877608117
Admin Phone Ext.:
Admin FAX:
Admin FAX Ext.:
Admin Email:[email protected]
Tech ID:BK-33567
Tech Name:Jennifer Dillon
Tech Street1:Ballycommon
Tech Street2:
Tech Street3:
Tech City:Tullamore
Tech State/Province:Co. Offaly
Tech Postal Code:00000
Tech Country:IE
Tech Phone:+353.877608117
Tech Phone Ext.:
Tech FAX:
Tech FAX Ext.:
Tech Email:[email protected]
Name Server:NS1.YOURDOTSER.COM
Name Server:NS2.YOURDOTSER.COM
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
Name Server: 
DNSSEC:Unsigned


trig@trig:~$ dig tullamoretoastmasters.org a @ns1.yourdotser.com

; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> tullamoretoastmasters.org a @ns1.yourdotser.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29954
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;tullamoretoastmasters.org. IN  A

;; ANSWER SECTION:
tullamoretoastmasters.org. 86400 IN A   79.140.130.6

;; AUTHORITY SECTION:
tullamoretoastmasters.org. 86400 IN NS  ns2.tullamoretoastmasters.org.
tullamoretoastmasters.org. 86400 IN NS  ns1.tullamoretoastmasters.org.

;; ADDITIONAL SECTION:
ns1.tullamoretoastmasters.org. 86400 IN A   79.140.130.4
ns2.tullamoretoastmasters.org. 86400 IN A   79.140.130.5

;; Query time: 79 msec
;; SERVER: 79.140.130.4#53(79.140.130.4)
;; WHEN: Sat Nov 30 22:54:52 GMT 2013
;; MSG SIZE  rcvd: 138

trig@trig:~$ dig tullamoretoastmasters.org a @ns2.yourdotser.com

; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> tullamoretoastmasters.org a @ns2.yourdotser.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18957
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;tullamoretoastmasters.org. IN  A

;; ANSWER SECTION:
tullamoretoastmasters.org. 86400 IN A   79.140.130.6

;; AUTHORITY SECTION:
tullamoretoastmasters.org. 86400 IN NS  ns2.tullamoretoastmasters.org.
tullamoretoastmasters.org. 86400 IN NS  ns1.tullamoretoastmasters.org.

;; ADDITIONAL SECTION:
ns1.tullamoretoastmasters.org. 86400 IN A   79.140.130.4
ns2.tullamoretoastmasters.org. 86400 IN A   79.140.130.5

;; Query time: 99 msec
;; SERVER: 79.140.130.5#53(79.140.130.5)
;; WHEN: Sat Nov 30 22:54:57 GMT 2013
;; MSG SIZE  rcvd: 138
domain-name-system
  • 1 1 个回答
  • 1655 Views

1 个回答

  • Voted
  1. Best Answer
    nandoP
    2013-12-01T15:15:35+08:002013-12-01T15:15:35+08:00

    您必须登录您的注册商网站:

    $ whois tullamoretoastmasters.org|grep NS
    名称服务器:NS1.YOURDOTSER.COM
    名称服务器:NS2.YOURDOTSER.COM

    并将上面的内容更改为:

    $ dig @NS2.YOURDOTSER.COM tullamoretoastmasters.org ns +short
    ns2.tullamoretoastmasters.org。
    ns1.tullamoretoastmasters.org。

    编辑:

    您的注册商未声明或将您的顶级域的责任委托给您的名称服务器:

    $ dig tullamoretoastmasters.org ns |grep AUTHORITY -A 1 ;; 权威部门:
    组织。870 在 SOA a0.org.afilias-nst.info 中。
    noc.afilias-nst.info。2010795799 1800 900 604800 86400

    whois 更改,直接与您的注册商,应该修复它。如果您的注册商和您的 dns 托管服务提供商是同一家,请致电他们

    • 3

相关问题

  • Solaris DNS

  • resolv.conf 在经过一段时间后被更改

  • 为什么有些网站的网址中没有“www”就无法显示?[关闭]

  • 为本地网络中的名称解析添加自定义 dns 条目

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve