使用 nslookup 可以查閱定位 DNS 解析問題劫窒。
nslookup 的使用
C:\Users\windows7>nslookup /?
Usage:
nslookup [-opt ...] # interactive mode using default server
nslookup [-opt ...] - server # interactive mode using 'server'
nslookup [-opt ...] host # just look up 'host' using default server
nslookup [-opt ...] host server # just look up 'host' using 'server'
- Here's What the NSLOOKUP Tool Can Tell You About Internet Domains
- 更多用法屁置;
- Linux NSLOOKUP - DNS lookup utility (man page)鳖孤;
示例
- nslookup - 8.8.8.8
指定使用 8.8.8.8 這個 DNS 服務(wù)器來進行解析; - nslookup www.supervcloud.com 8.8.8.8
查看 www.supervcloud.com 的解析記錄兴垦; -
nslookup -type=mx microsoft.com
- nslookup -query=hinfo apauth.superhcloud.com 8.8.8.8
- options 選項可以在交互式通過 set all 查看唤殴。
交互式 nslookup
常用命令
-
set all
print options, current server and host奥此。查閱當(dāng)前的選項設(shè)置,當(dāng)前的 DNS 服務(wù)器地址梧田,和剛解析過的主機地址淳蔼。
默認(rèn)的 type 是 A 和 AAAA
端口 53 端口。 -
server 8.8.8.8
設(shè)定 8.8.8.8 為 默認(rèn)的 name server裁眯。
-
set type=any
-
TLD:Top-level Domain 頂級域
注意區(qū)分域名:superhcloud.com 和 二級域名 apauth.superhcloud.com鹉梨。
查看 authoritative answer?
查看一個域名的 ns 記錄穿稳。
- 示例:在 ali 解析的
> set querytype=ns
> superhcloud.com
Server: ns1.alidns.com
Addresses: 106.11.141.121
140.205.41.21
140.205.81.21
superhcloud.com nameserver = ns2.alidns.com
superhcloud.com nameserver = ns1.alidns.com
- 示例:未在 ali 解析的
> set querytype=ns
> supervcloud.cn
Server: ns1.alidns.com
Addresses: 106.11.141.121
140.205.41.21
140.205.81.21
*** ns1.alidns.com can't find supervcloud.cn: Query refused
ns 服務(wù)
- 阿里
ns1.alidns.com
ns2.alidns.com - 新網(wǎng)
ns13.xincache.com
ns14.xincache.com
在線服務(wù)
- NSLOOKUP: look up and find IP addresses in the DNS逢艘;
- DNS dig - nslookup旦袋;
-
Free online network tools;
Domain Dossier
Domain Check
Email Dossier
Browser Mirror
Ping
Traceroute
NsLookup
AutoWhois
AnalyzePath
問題它改?
- DNS - NSLOOKUP what is the meaning of the non-authoritative answer猜憎?
- Wireshark Lab: DNS v6.01;
- DNS Always Getting Non-Authoritative Answer搔课?
- authoritative dns server vs non-authoritative dns serve胰柑;
- Linux nslookup command截亦;