How To Patch BIND9 Against DNS Cache Poisoning On Debian Etch
1 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): 继续阅读 »
1 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): 继续阅读 »
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 继续阅读 »