添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
买醉的伏特加  ·  python - ...·  1 年前    · 
[系统架构师]nslookup查询服务器名称时能解析出IP地址,查询IP地址时却不能解析出服务器名称

[系统架构师]nslookup查询服务器名称时能解析出IP地址,查询IP地址时却不能解析出服务器名称

在客户机上运行nslookup查询某服务器名称时能解析出IP地址,查询IP地址时却不能解析出服务器名称,解决这一问题的方法是( )。

A.清除DNS缓存

B.刷新DNS缓存

C.为该服务器创建PTR记录

D.重启DNS服务

答案:C

题目意思分析:

1,使用nslookup查询比如 zhihu.com ,可以查询到IP地址

2,使用nslookup查询知乎的IP地址,查询不到其服务器名称

Nslookup帮助文档如下:

nslookup 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

什么是反向解析

反向解析是从 IP 地址到域名的映射,相对于将域名映射到 IP 地址的正向解析

因为一个IP可能被多个域名使用,所以在进行反向解析时要先验证一个 IP 地址是否对应一个或者多个域名。若从 IP 出发遍历整个DNS系统来验证,将会因工程浩大而无法实现。因此,RFC1035 定义了 PTR(Pointer Record)记录。PTR 记录将 IP 地址指向域名。

PTR记录,是电子邮件系统中的邮件交换记录的一种;另一种邮件交换记录是A记录(在IPv4协议中)或AAAA记录(在IPv6协议中)。PTR记录常被用于反向地址解析。

PTR记录,是电子邮件系统中的邮件交换记录的一种;另一种邮件交换记录是A记录(在[[IPv4]]协议中)或AAAA记录(在[[IPv6]]协议中)。PTR记录常被用于反向[[地址解析]]。

PTR (Pointer Recore),指针记录,是电子邮件系统中的一种数据类型,被互联网标准文件RFC1035所定义。与其相对应的是A记录、地址记录。二者组成邮件交换记录。

A记录解析名字到地址,而PTR记录解析地址到名字。

地址是指一个客户端的IP地址,名字是指一个客户的完全合格域名。

==用途==

PTR记录被用于电子邮件发送过程中的反向地址解析。当正向域名解析完成后,还应当向您的线路接入商(ISP)申请做反向地址解析,以减少被国外机构退信的可能性。

发布于 2019-08-10 14:18

文章被以下专栏收录