博客
关于我
nslookup 的基本知识与命令详解
阅读量:800 次
发布时间: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/

你可能感兴趣的文章
Node.js中环境变量process.env详解
查看>>
Node.js安装与配置指南:轻松启航您的JavaScript服务器之旅
查看>>
Node.js的循环与异步问题
查看>>
nodejs libararies
查看>>
nodejs 运行CMD命令
查看>>
nodejs-mime类型
查看>>
nodejs中Express 路由统一设置缓存的小技巧
查看>>
NodeJs学习笔记001--npm换源
查看>>
Node入门之创建第一个HelloNode
查看>>
NOIp2005 过河
查看>>
NOPI读取Excel
查看>>
NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty()
查看>>
npm run build 失败Compiler server unexpectedly exited with code: null and signal: SIGBUS
查看>>
npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa
查看>>
npm切换到淘宝源
查看>>
npm前端包管理工具简介---npm工作笔记001
查看>>
npm和yarn清理缓存命令
查看>>
npm和yarn的使用对比
查看>>
npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
查看>>
npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
查看>>