标签类目:bind

How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch

分类:Debian1 Checking If BIND Is Vulnerable
Run the following command against your nameserver to find out if it is vulnerable (replace ns1.example.com with your own nameserver address): 继续阅读 »

BIND9 – Master / Slave DNS 基本設定備忘

  • named.conf 重點內容
  • Slave 主機向 Master 要求傳送 Zone File 的時機
  • Zone File 檔案結構 继续阅读 »

How To Install DNS server with Master/Slave’s config

1、    下载并安装
Cd /software
Wget http://ftp.isc.org/isc/bind9/9.3.2/bind-9.3.2.tar.gz
Tar zxvf bind-9.3.2.tar.gz
Cd bin-9.3.2
./configure -prefix=/Data/apps/named \
            –enable-threads
Make
Make install 继续阅读 »


返回顶部