如果由于域名无法通过dns服务器错误解析而无法找到域的服务器ip地址而导致你无法访问网站或web浏览器无法访问该页面,则测试测试查找该域名是明智的使用另一台dns服务器进行dns解析,以验证名称解析是否有问题或dns服务器没有响应。
nsLooKup是一个dns查找查询工具自带的每一个的win操作系统,并且可以用来查询和对默认的dns主机的查找dns解析服务器或备用dns服务器指定。
默认处境下,nslookup会将dns解析查询发送到win操作系统的dns配置中设置的dns服务器。如果要从特定的dns服务器(必须了解它的ip地址)中查找dns解析,则可以对nslookup使用以下语法(其中选项是完全可选的):
nslookup [-opt ...] host server
例如,要使用Cloudflare dns服务器的1.1.1.1来解析techjourney.net的ip地址,请执行以下操作:
nslookup techjourney.net 1.1.1.1
上面的命令将返回设置的指定域名的A记录或CnAME记录。要搜索其他类型的dns记录,请使用-type=
你还可以通过输入nslookup进入交互式提示,以交互方式使用nslookup。然后发出以下命令来更改目标dns服务器:
> server
然后,将查询你在交互式提示中键入的所有域名,并查找指定的dns服务器。
只需键入“ help”直接显示你可以使用的其他命令,或如下所示:
Commands: (identifiers are shown in uppercase, [] means optional)
nAME - print info about the host/domain nAME using default server
nAME1 nAME2 - as above, but use nAME2 as server
help or ? - print info on common commands
set opTion - set an option
all - print options, current server and host
[no]debug - print debugging information
[no]d2 - print exhaustive debugging information
[no]defname - append domain name to each query
[no]recurse - ask for recursive answer to query
[no]search - use domain search list
[no]vc - always use a virtual circuit
domain=nAME - set default domain name to nAME
srchlist=n1[/n2/.../n6] - set domain to n1 and search list to n1,n2, etc.
root=nAME - set root server to nAME
retry=x - set number of retries to x
timeout=x - set initial time-out interval to x seconds
type=x - set query type (ex. A,AAAA,A+AAAA,AnY,CnAME,Mx,ns,pTR,soA,sRV)
querytype=x - same as type
class=x - set query class (ex. in (internet), AnY)
[no]msxfr - use Ms fast zone transfer
ixfrver=x - current version to use in ixFR transfer request
server nAME - set default server to nAME, using current default server
lserver nAME - set default server to nAME, using initial server
root - set current default server to the root
ls [opt] doMAin [> FiLE] - list addresses in doMAin (optional: output to FiLE)
-a - list canonical names and aliases
-d - list all records
-t TYpE - list records of the given RFC record type (ex. A,CnAME,Mx,ns,pTR etc.)
view FiLE - sort an 'ls' output file and view it with pg
exit - exit the program
系统下载推荐
本站发布的系统与软件仅为个人学习测试使用,不得用于任何商业用途,否则后果自负,请支持购买微软正版软件!
Copyright @ 2022 win10 64位系统版权所有