雲端計算學習路線教程大綱課件:客戶端查詢

千鋒雲端計算發表於2019-10-21

雲端計算學習路線教程大綱課件客戶端查詢:

====================================================================================

nslookup,host,dig

客戶端指定本地DNS

[root@tianyun ~]# cat /etc/resolv.conf

nameserver 192.168.2.115

[root@tianyun ~]# dig

[root@tianyun ~]# nslookup

[root@tianyun ~]# host

dig (Linux)

[root@tianyun ~]# dig //使用/etc/resolv.conf設定的DNS

[root@tianyun ~]# dig @192.168.2.168 //使用指定的DNS

[root@tianyun ~]# dig @192.168.2.100 //使用指定的DNS

host (Linux)

[root@tianyun ~]# host -t A //正向解析,查詢A記錄

[root@tianyun ~]# host 192.168.5.100 //反向解析,查詢PTR記錄

[root@tianyun ~]# host 192.168.5.240 //使用DNS伺服器192.168.5.240解析

[root@tianyun ~]# host -t SOA baidu.com //查詢某個域的SOA

baidu.com has SOA record ns.baidu.com. root.baidu.com. 2013081303 3600 900 604800 86400

[root@tianyun ~]# host -t NS baidu.com //查詢某個域的NS

baidu.com name server ns.baidu.com.

baidu.com name server ns2.baidu.com.

[root@tianyun ~]#

[root@tianyun ~]# host -t MX baidu.com //查詢某個域的郵件伺服器

baidu.com mail is handled by 10 mail.baidu.com.

nslookup (Linux/Windows)

[root@tianyun ~]# nslookup

[root@tianyun ~]# nslookup 192.168.5.100

[root@tianyun ~]# nslookup

>

Server: 127.0.0.1

Address: 127.0.0.1#53

Name:

Address: 192.168.5.100

> 192.168.5.2

Server: 127.0.0.1

Address: 127.0.0.1#53

2.5.168.192.in-addr.arpa name = .

[root@tianyun ~]# nslookup

> server 192.168.5.2 //使用臨時指定的伺服器解析

Default server: 192.168.5.2

Address: 192.168.5.2#53

[root@tianyun ~]# nslookup

> set q=soa

> baidu.com

Server: 127.0.0.1

Address: 127.0.0.1#53

baidu.com

origin = ns.baidu.com

mail addr = root.baidu.com

serial = 2013081303

refresh = 3600

retry = 900

expire = 604800

minimum = 86400

> set q=ns

> baidu.com

Server: 127.0.0.1

Address: 127.0.0.1#53

baidu.com nameserver = ns.baidu.com.

baidu.com nameserver = ns2.baidu.com.

[root@tianyun ~]# nslookup

> set q=mx

> baidu.com

Server: 127.0.0.1

Address: 127.0.0.1#53

baidu.com mail exchanger = 10 mail.baidu.com.

> set q=a

>

Server: 127.0.0.1

Address: 127.0.0.1#53

Name:

Address: 192.168.5.100

C:\>ipconfig /?

雲端計算學習路線教程大綱課件:客戶端查詢

雲端計算學習路線教程大綱課件:客戶端查詢



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69916964/viewspace-2660824/,如需轉載,請註明出處,否則將追究法律責任。

相關文章