1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DNSトラブルの検証ツール

Posted at

DNSに障害が発生したとき、インターネット側からテストするためツールをまとめます。

DNS Test and Check - Free DNS Tools and Report

http://www.dnssy.com/
ドメイン名を入力すると、そのドメインのDNS応答を検証し、結果を一覧表で示してくれます。

Free Online DNS Trace Test

https://www.dotcom-tools.com/DNS-lookup-tools.aspx
選択肢からルートDNSを選び、目標サーバのURLを入力すると、名前解決がどのDNSサーバで行われているかを、経路図付きで示してくれます。

nslookup

第二引数に、インターネット上のpublicDNS(8.8.8.8など)を指定すれば、そこに問い合わせを行うので、インターネット側からのテストができます。

$ nslookup [-type=A|MX] <目標サーバ名/IP番号> [<ルートDNS名/IP番号>] 

参考記事

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?