博客
关于我
nslookup 的基本知识与命令详解
阅读量:799 次
发布时间:2023-02-17

本文共 1125 字,大约阅读时间需要 3 分钟。

nslookup ???DNS ?????????

nslookup ????????????????????DNS?????????????? IP ????? DNS ????????? DNS ???????????????????? nslookup ????

1. ????

nslookup ?????

  • ?? DNS ??????
  • ??????? IP ??
  • ???? DNS??? IP ?????
  • ?? DNS ?????
  • ?? DNS ??

?????????

nslookup [??] [???IP??] [DNS???]

2. ????

????? nslookup ????????????

?1?????? IP ??

?????

nslookup example.com

?????

Server: dns.server.ipAddress: dns.server.ip#53Non-authoritative answer:Name: example.comAddress: 93.184.216.34
?2??? DNS ?????

???????? DNS ???????????

nslookup example.com 8.8.8.8
?3???????? DNS ??

DNS ?????????? A?IPv4 ????AAAA?IPv6 ????MX????????NS??? DNS ????????????????????

nslookup -query=type example.com

???

  • ?? IPv6 ???
nslookup -query=AAAA example.com
  • ???? DNS ????
nslookup -query=NS example.com
?4???????

??????????????????????? Enter ?????????

nslookup example.com
?5?????
  • -timeout=n????????????????
  • -port=n?????? DNS ???????? 53??
  • -debug???????????
  • -class=class?????? DNS ???? IN??????

3. ??

  • ????????? IPv6?
nslookup -query=AAAA example.com
  • ??????????
nslookup -query=MX example.com
  • ?? DNS ???
nslookup -debug example.com

??????????????? DNS ????????????

转载地址:http://krjfk.baihongyu.com/

你可能感兴趣的文章
Objective-C实现detectDirectedCycle检测定向循环算法(附完整源码)
查看>>
Objective-C实现detectUndirectedCycle检测无向循环算法(附完整源码)
查看>>
Objective-C实现deutsch jozsa算法(附完整源码)
查看>>
Objective-C实现DFS判断是否是二分图Bipartite算法(附完整源码)
查看>>
Objective-C实现DFS遍历或搜索图数据结构算法(附完整源码)
查看>>
Objective-C实现Diffie-Hellman算法(附完整源码)
查看>>
Objective-C实现Diffie—Hellman密钥交换(附完整源码)
查看>>
Objective-C实现Diffie—Hellman密钥交换(附完整源码)
查看>>
Objective-C实现Dijkstra最小路径算法(附完整源码)
查看>>
Objective-C实现dijkstra迪杰斯特拉算法(附完整源码)
查看>>
Objective-C实现dijkstra迪杰斯特拉算法(附完整源码)
查看>>
Objective-C实现Dijkstra迪杰斯特拉算法(附完整源码)
查看>>
Objective-C实现dijkstra银行家算法(附完整源码)
查看>>
Objective-C实现Dinic算法(附完整源码)
查看>>
Objective-C实现disjoint set不相交集算法(附完整源码)
查看>>
Objective-C实现DisjointSet并查集的算法(附完整源码)
查看>>
Objective-C实现djb2哈希算法(附完整源码)
查看>>
Objective-C实现DNF排序算法(附完整源码)
查看>>
Objective-C实现doomsday末日算法(附完整源码)
查看>>
Objective-C实现double factorial iterative双阶乘迭代算法(附完整源码)
查看>>