NSLOOKUP这个命令如何使用?

由 JESON 在 09-04-2002 09:20 发表:

NSLOOKUP这个命令如何使用?

请大家教一下如何使用NSLOOKUP这个命令,


由 linuxsky 在 09-04-2002 09:27 发表:


你去看一下

dns howto

里面有不少关于nslookup的指令

要不就用win2000里的帮助


由 北南南北 在 09-04-2002 09:29 发表:


nslookup

激活与关闭某个网络适配卡

语法: [root @test /root]# nslookup [domain_name|IP]

参数说明:

范例:

[root @test /root]# nslookup tw.yahoo.com <==由 domain name 查询 IP!

Note: nslookup is deprecated and may be removed from future releases.

Consider using the dig' or host' programs instead. Run nslookup with

the `-sil[ent]' option to prevent this message from appearing.

Server: 163.28.112.1

Address: 163.28.112.1#53

Non-authoritative answer:

Name: tw.yahoo.com

Address: 202.1.237.21

[root @test /root]# nslookup 202.1.237.21 <==由 IP 查询 domain name

Note: nslookup is deprecated and may be removed from future releases.

Consider using the dig' or host' programs instead. Run nslookup with

the `-sil[ent]' option to prevent this message from appearing.

Server: 163.28.112.1

Address: 163.28.112.1#53

Non-authoritative answer:

21.237.1.202.in-addr.arpa name = tw.yahoo.com.

Authoritative answers can be found from:

237.1.202.in-addr.arpa nameserver = ns1.yahoo.com.

237.1.202.in-addr.arpa nameserver = ns2.yahoo.com.

237.1.202.in-addr.arpa nameserver = ns3.yahoo.com.

237.1.202.in-addr.arpa nameserver = ns4.yahoo.com.

237.1.202.in-addr.arpa nameserver =

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus