:em17:
在 unix 和 linux 下,建议大家使用 dig 命令来代替 nslookup。 dig 命令的功能比 nslookup 强大很多,不像 nslookkup 还得 set 来 set 去的,怪麻烦的。下面是 dig 的一些比较常用的命令:
# dig 最基本的用法
dig @server sina.com.cn.
# 用 dig 查看 zone 数据传输
dig @server zx.xmgd.com. AXFR
# 用 dig 查看 zone 数据的增量传输
dig @server zx.xmgd.com. IXFR=N
# 用 dig 查看反向解析
dig -x 210.52.83.228 @server
# 查找一个域的授权 dns 服务器
dig xmgd.com. +nssearch
# 从根服务器开始追踪一个域名的解析过程
dig xmgd.com +trace
# 查看你使用的是哪个 F root dns server
dig +norec @F.ROOT-SERVERS.NET HOSTNAME.BIND CHAOS TXT
yfhe 回复于:2003-12-24 09:32:09很好,有没有更详细一点的(偶有点贪心啊,呵呵 :D ) :shock:
cuiy 回复于:2003-12-24 09:48:28不错
阿骁 回复于:2003-12-24 09:52:59[quote:a33b405944="yfhe"]很好,有没有更详细一点的(偶有点贪心啊,呵呵 :D ) :shock:[/quote:a33b405944]
:em04:
这些都是平常会经常用到的,再详细的查查 man 手册吧! 呵呵。。。。
supereyes 回复于:2003-12-24 22:46:26希望大家能将dig的常用用法和解决、分析dns状况的好参数写在这个帖子。我也会的~
chenbohero 回复于:2004-10-25 22:48:02可惜啊!!我不是用的unix啊
阿骁 回复于:2004-10-26 08:37:02[quote:8a7c5e0a94="chenbohero"]可惜啊!!我不是用的unix啊[/quote:8a7c5e0a94]
你可以到 www.isc.org 去下载一个 bind for windows 的版本安装,安装后就可以在 windows 上使用 dig 命令了。^O^
idcpanda 回复于:2004-10-27 12:12:31[quote:e6c50b5fb4="阿骁"]
你可以到 www.isc.org 去下载一个 bind for windows 的版本安装,安装后就可以在 windows 上使用 dig 命令了。^O^[/quote:e6c50b5fb4]
在上面没有找到:)请帮助一下
阿骁 回复于:2004-10-27 12:13:32ftp://ftp.isc.org/isc/bind/contrib/ntbind-9.3.0/BIND9.3.0.zip
可观 回复于:2004-11-03 12:26:233Q
wingger 回复于:2004-11-03 14:49:04^-^在win下可以用dig了
rkit 回复于:2004-11-06 19:09:33[quote:7cdba99212="wingger"]^-^在win下可以用dig了[/quote:7cdba99212]
用呢?
wingger 回复于:2004-11-06 20:29:08[quote:37032802ea="rkit"]
用呢?[/quote:37032802ea]
什么意思???
idcpanda 回复于:2004-11-10 12:23:14xths
mantou 回复于:2004-11-30 09:37:52很大的疑问,加入用了这些命令, 出现什么样的信息才是正确的,
比如dig -x 210.52.83.228 @server
该出现什么信息??
仅仅说命令,我们还是一知半解
bst 回复于:2004-12-28 12:39:55为方便查找我就把man dig 放在这了..
The dig Manual Page
This page contains the manual page for the UNIX shell comand "dig" for your reference. Note that this is taken straight from the man page on my system, your system might be running a different version or not have this command enabled at all.
DIG(1) DIG(1)
NAME
dig - send domain name query packets to name servers
SYNOPSIS
dig [@server] domain [] []
[+] [-] [%comment]
DESCRIPTION
Dig (domain information groper) is a flexible command line
tool which can be used to gather information from the
Domain Name System servers. Dig has two modes: simple
interactive mode which makes a single query, and batch
which executes a query for each in a list of several query
lines. All query options are accessible from the command
line.
The usual simple use of dig will take the form:
dig @server domain query-type query-class
where:
server may be either a domain name or a dot-notation
Internet address. If this optional field is omit-
ted, dig will attempt to use the default name
server for your machine.
Note: If a domain name is specified, this will be
resolved using the domain name system resolver
(i.e., BIND). If your system does not support DNS,
you may have to specify a dot-notation address.
Alternatively, if there is a server at your dis-
posal somewhere, all that is required is&