linux下dns server安装配置
使用bind作为dns server.
首先检查服务器是否已经安装bind: http://linux.vbird.org/linux_server/0350dns.php#what_software
rpm -qa | grep '^bind'
没有的话安装:
http://ftp.isc.org/isc/bind9/cur/9.7/doc/arm/Bv9ARM.html
cd /opt/zk
wget http://ftp.isc.org/isc/bind9/cur/9.7/bind-9.7.6-P2.tar.gz
tar zxvf bind-9.7.6-P2.tar.gz
cd bind-9.7.6-P2
./configure --prefix=/usr/local/named --enable-threads && make && make install
参见:
http://linux.vbird.org/linux_server/0350dns.php#what_software
http://www.cdnunion.com/htmldata/11/7/2006_04/DNSPeiZhi-BINDAnZhuangPeiZhiQuanGuoCheng107_1.html