DNS 05 rndc介紹及使用

2022-03-15 19:25:54 字數 2268 閱讀 2128

檢視幫助
rndc -h
顯示bind伺服器的工作狀態
rndc status
rndc reload
rndc reload zone_name
重讀配置檔案並載入新增的區域
rndc reconfig
關閉或開啟查詢日誌
rndc querylog
將快取記憶體轉儲到轉儲檔案 (named_dump.db)
rndc dumpdb
暫停更新所有動態zone
rndc freeze
暫停更新乙個動態zone
rndc freeze zone [class [view]]
重新整理伺服器的所有快取記憶體
rndc flush [view]
為某一檢視重新整理伺服器的快取記憶體
rndc flushname name
將伺服器統計資訊寫入統計檔案中
rndc stats
將暫掛更新儲存到主檔案並停止伺服器
rndc stop
停止伺服器,但不儲存暫掛更新
rndc halt
開啟debug, debug有級別的概念,每執行一次提公升一次級別
rndc trace
指定 debug 的級別, trace 0 表示關閉debug
rndc trace

rndc trace level

開啟查詢日誌:記錄查詢動作(會增加磁碟i/o)
rndc querylog
將除錯級別設定為 0
rndc notrace
重新啟動伺服器(尚未實現)
rndc restart
增加乙個zone
rndc addzone zone [class [view]]
刪除乙個zone
rndc delzone zone [class [view]]
刪除乙個tsig key
rndc tsig-delete keyname [view]
詢當前有效的tsig列表
rndc tsig-list
開啟/關閉dnssec
rndc validation newstate [view]
rndc遠端連線
rndc -c /etc/rndc.conf -s 127.0.0.1 -p 953 status
[root@dns01 log]# rndc status

warning: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf)

version: 9.8.2rc1-redhat-9.8.2-0.62.rc1.el6_9.5

cpus found: 8

worker threads: 8

number of zones: 2

debug level: 0

xfers running: 0

xfers deferred: 0

soa queries in progress: 0

query logging is on

recursive clients: 0/0/1000

tcp clients: 0/100

server is up and running

[root@dns01 log]#

# 建立zone檔案

vi /var/named/zone/abc.com.zone

# 新增zone

rndc addzone abc.com ';'

# 可以使用如下指定view:

addzone abc.com in view_name ';};'

# 檢查dig @192.168.36.54 www.abc.com a

SAS SHARE 介紹及使用

sas share功能 其提供乙個多使用者訪問的資料伺服器,允許多個使用者同時讀寫同乙個資料檔案 除了提供本地資料共享給使用者外,也可以通過遠端路徑共享其它資料給使用者,而無需構架sas connect進行sign on 通過sas access配合,sas share提供了乙個訪問不同資料來源的統...

APT介紹及使用

apt advanced packaging tool 是debian linux和基於debian進行開發的linux發行版 如ubuntu 使用的高階包管理系統.apt最初的設計目的是處理debian系統中的.deb軟體包,但現在通過apt4rpm,已經可以在其他系統處理rpm軟體包了.apt通...

CocoaPods介紹及使用

使用cocoapods的目的是讓我們能自動化的 集中的 直觀的管理第三方開源庫。cocoapods用法 1.安裝 sudo gem install cocoapods pod setup 2.使用 1.建立乙個新工程test 2.進入工程的根檔案下建立podfile檔案 cd users x x t...