bind9安装配置(国外英文资料).doc
文本预览下载声明
bind9安装配置(国外英文资料)
A smart DNS server architecture process based on the FreeBSD \ BIND platform that automatically parses different IP addresses
Author: no way to verify the source: posted: 2006-5-23 3:43:48: admin
Reduce font size and font size
This document is based on FreeBSD, BIND platform, Win users please avoid, no users of FreeBSD foundation please avoid. Linux or other Unix users can serve as reference documents.
The configuration steps:
1. Introduction
Software list
3. Install the BIND 9
4. Configuration BIND 9
5. Test the BIND 9
Add an NS address
Add a domain name
Test your domain name
One, foreword
This article assumes that you have a certain FreeBSD operating experience, that you know the daily FreeBSD operation, that you have good patience, that you can
After reading the document, you can handle the unexpected problem.
This article assumes that you already have a domain name, and that you already point to the server that youre working on, the servers /etc/rc.conf
This domain is set correctly. In this article, the domain name is , and IP is .
The /etc/rc.conf is set as follows
The hostname = # machine domain name, please change accordingly
Ifconfig_fxp0 = inet netmask # this trip may be different,
Please dont copy. Fxp0 is the network card on my machine.
Second, the list of software
The software used in this article can be obtained from the following address. The connection address is updated to 2005/12/12
The BIND 9.3.1
/isc/bind9/9.3.1/bind-9.3.1.tar.gz
Install BIND 9
We assume that you have already used either fetch or wget to/root/and already su to root.
Tartar: tar.gz
# CD bind - 9.3.1
#. / configure
# make
# make install
# make the clean
In this case, BIND 9 is already installed. If theres something wrong with the installation, its not usually a problem for your people,
Please analyze the error message and install the missing package.
Configure BIND 9
Dont worry, just look at your BIND version.
# named - v
If youre FreeBSD 4, you might expect to
显示全部