溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

如何使用Linux nslookup命令幫助和DNS查找

發(fā)布時間:2020-07-21 10:53:34 來源:億速云 閱讀:248 作者:Leah 欄目:建站服務(wù)器

這期內(nèi)容當(dāng)中小編將會給大家?guī)碛嘘P(guān)如何使用Linux nslookup命令幫助和DNS查找,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

 nslookup代表“名稱服務(wù)器查找”,是從DNS服務(wù)器獲取信息的有用命令。它對于解決與DNS相關(guān)的問題也非常有用,可以查詢到DNS(域名服務(wù)器)并獲取IP地址的任何域的DNS記錄。

DNS查找示例

使用以下命令查找域的地址記錄。它查詢域名服務(wù)器并獲取詳細(xì)信息。

# nslookup google.com
Server:         8.8.8.8
Address:        8.8.8.8#53
Non-authoritative answer:
Name:   google.com
Address: 216.58.219.206

反向DNS查找

還可以使用ip地址進(jìn)行反向dns查找,可以將使用IP地址解析相應(yīng)的域。需要注意的是,這是在域的反向區(qū)域中配置的不同記錄。

# nslookup 216.58.219.206
Server:         8.8.8.8
Address:        8.8.8.8#53
Non-authoritative answer:
206.219.58.216.in-addr.arpa     name = lga25s40-in-f14.1e100.net.
206.219.58.216.in-addr.arpa     name = lga25s40-in-f14.1e100.net.
206.219.58.216.in-addr.arpa     name = lga25s40-in-f206.1e100.net.
206.219.58.216.in-addr.arpa     name = lga25s40-in-f206.1e100.net.

查詢特定的DNS服務(wù)器

還可以查詢特定的DNS服務(wù)器。需要為名稱服務(wù)器IP地址或域名傳遞其他參數(shù)。例如,要查詢到8.8.4.4名稱服務(wù)器,使用的是以下命令。

# nslookup google.com 8.8.4.4
Server:         8.8.4.4
Address:        8.8.4.4#53
Non-authoritative answer:
Name:   google.com
Address: 216.58.219.206

查找域的SOA記錄

使用nslookup查找任何域的SOA(授權(quán)開始)記錄。例如,要查找域google.com的SOA記錄,可以使用以下命令。需要指定type-type=soa作為命令行參數(shù)。

# nslookup -type=soa google.com
Server:         8.8.8.8
Address:        8.8.8.8#53
Non-authoritative answer:
google.com
        origin = ns4.google.com
        mail addr = dns-admin.google.com
        serial = 159912615
        refresh = 900
        retry = 900
        expire = 1800
        minimum = 60
Authoritative answers can be found from:

origin:信息來源的權(quán)威。

mail addr:域管理員的電子郵件地址(第一個點代表電子郵件地址中的@符號)。

serial:域的區(qū)域的修訂數(shù)據(jù),格式為YYYYMMDDNN。

refresh:輔助名稱服務(wù)器將檢查主名稱服務(wù)器以獲取區(qū)域的更新版本的referh間隔(以秒為單位)。

retry:在嘗試失敗后嘗試重新連接到主名稱服務(wù)器之前,等待次名稱服務(wù)器的時間。

expire:輔助名稱服務(wù)器緩存過期的時間(以秒為單位)。

minimum:如果自上次刷新以來沒有經(jīng)過時間,則不應(yīng)刷新輔助名稱服務(wù)器的緩存的時間(以秒為單位)。

查找域的MX記錄

您還可以查詢?nèi)魏斡虻腗X(郵件交換)記錄,這些域記錄負(fù)責(zé)電子郵件的傳遞。

# nslookup -query=mx google.com
Server:         8.8.8.8
Address:        8.8.8.8#53
Non-authoritative answer:
google.com      mail exchanger = 10 aspmx.l.google.com.
google.com      mail exchanger = 30 alt2.aspmx.l.google.com.
google.com      mail exchanger = 50 alt4.aspmx.l.google.com.
google.com      mail exchanger = 40 alt3.aspmx.l.google.com.
google.com      mail exchanger = 20 alt1.aspmx.l.google.com.
Authoritative answers can be found from:

查找域的TXT記錄

TXT記錄對于多種類型的記錄(如DKIM、SPF等)很有用。您可以使用下面的命令查找為任何域配置的所有TXT記錄。

# nslookup -query=txt google.com
Server:         8.8.8.8
Address:        8.8.8.8#53
Non-authoritative answer:
google.com      text = "v=spf1 include:_spf.google.com ~all"
Authoritative answers can be found from:

查找域的所有記錄

使用-query=any列出任何域的所有記錄。

# nslookup -query=any google.com
Server:         8.8.8.8
Address:        8.8.8.8#53
Non-authoritative answer:
Name:   google.com
Address: 216.58.219.206
google.com      has AAAA address 2607:f8b0:4006:80e::200e
google.com      mail exchanger = 20 alt1.aspmx.l.google.com.
google.com      mail exchanger = 40 alt3.aspmx.l.google.com.
google.com      nameserver = ns2.google.com.
google.com      nameserver = ns4.google.com.
google.com      nameserver = ns3.google.com.
google.com      rdata_257 = 0 issue "pki.goog"
google.com      mail exchanger = 30 alt2.aspmx.l.google.com.
google.com      mail exchanger = 10 aspmx.l.google.com.
google.com      mail exchanger = 50 alt4.aspmx.l.google.com.
google.com      text = "v=spf1 include:_spf.google.com ~all"
google.com      nameserver = ns1.google.com.
google.com      rdata_257 = 0 issue "symantec.com"
google.com
        origin = ns2.google.com
        mail addr = dns-admin.google.com
        serial = 159912615
        refresh = 900
        retry = 900
        expire = 1800
        minimum = 60
Authoritative answers can be found from:

Nslookup在交互模式下

我們也可以在交互模式中使用nslookup。要進(jìn)入交互模式,請在控制臺上輸入nslookup,然后按Enter。將得到nslookup提示,如>。在這里,可以運行相同的查詢并從DNS服務(wù)器獲取域的信息。為了更好的理解,在命令之間添加了注釋。

root@tecadmin:~#nslookup
### Type domain name to get information from dns server 
> google.com
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:   google.com
Address: 172.217.10.46

### Set the another specific dns server to query. 
> server 8.8.4.4 
Default server: 8.8.4.4
Address: 8.8.4.4#53

### Again try to get the dns information, This time nslookup connects to specified dns server. 
> google.com 
Server:         8.8.4.4
Address:        8.8.4.4#53

Non-authoritative answer:
Name:   google.com
Address: 172.217.10.46

### Set the query type. for example to get MX information set query=mx 
> set query=mx 

### Again try to get the dns information, This time nslookup will show MX information for domain 
> google.com 
Server:         8.8.4.4
Address:        8.8.4.4#53

Non-authoritative answer:
google.com      mail exchanger = 30 alt2.aspmx.l.google.com.
google.com      mail exchanger = 50 alt4.aspmx.l.google.com.
google.com      mail exchanger = 40 alt3.aspmx.l.google.com.
google.com      mail exchanger = 10 aspmx.l.google.com.
google.com      mail exchanger = 20 alt1.aspmx.l.google.com.

Authoritative answers can be found from:

上述就是小編為大家分享的如何使用Linux nslookup命令幫助和DNS查找了,如果剛好有類似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI