好文档 - 专业文书写作范文服务资料分享网站

centos系统配置DNS服务器配置详解

天下 分享 时间: 加入收藏 我要投稿 点赞

注:部分资料来源网络

在CentOS下安装配置DNS服务器。详细步骤如下: 1.安装的系统是CentoOS5.8;

2.所在网络:内部局域网192.168.1.113网段。

机器一作为服务器,IP:192.168.1.113,主机名:Hostname:test.com; 由上可以看出是使用的静态IP:192.168.1.113。上述几项含义如下: 》DEVICE=name,其中,name是物理设备名。 》IPADDR=addr,其中,addr是IP地址。

》NETMASK=mask,其中,mask是网络掩码值。 》BROADCAST=addr,其中,addr是广播地址。 》GATEWAY=addr,其中addr是网关地址。

》ONBOOT=answer,其中,answer是yes(引导时激活设备)或no(引导时不激活设备)

》USERCTL=answer,其中,answer是yes(非root用户能控制该设备)或no

》BOOTPROTO=proto,其中,proto取下列值之一:none,引导时不使用协议;static静态分配地址;bootp,使用BOOTP协议,或dhcp,使用DHCP协议。

4.设计:将此机器设置为DNS服务器,另一台在局域网的IP地址自由获得(或固定,如192.168.1.114)的机器,能够通过此DNS服务器进行解析域名并能够转向到其他网址。如方位新浪网、凤凰网等。

5.安装Bind

1)方法一:使用yum安装 #yum-yinstallbind*

#yum-yinstallcaching-nameserver 2)方法二:使用光盘rpm包安装 1.挂载光盘

[root@localhostmnt]#mount/dev/cdrom/mnt 2.查看安装软件

[root@localhostmnt]#rpm-qa|grep [root@localhostCentOS]#rpm-qa|grepcaching* packageisnotinstalled

[root@localhostCentOS]#rpm-ivhHeaderV3DSAsignature:NOKEY,keyIDe8562897

Preparing... ###########################################[100%]

1:caching-nameserver ###########################################[100%]

6.主配置文件named.conf的配置。

首先要进入目录,由于安装了chroot包(主要功能就不多介绍),所以主配置文件named.conf在/var/named/chroot/etc/下进行配置。命令如下:

[root@killgoogle~]#cd/var/named/chroot/etc/

由于安装了上面六个包后,这个目录下就默认会生成一个named.conf文件,但这个named.conf文件只是个解释文档,所以我们要通过以下命令来把named.conf文件的模板拷贝一份。命令如下:

[root@killgoogleetc]#cp-p

现在就可以用named.conf文件进行配置了。命令如下: [root@killgoogleetc]#vinamed.conf //红色为改动部分 options{

listen-onport53{any;}; listen-on-v6port53{::1;}; directory \

dump-file \ statistics-file\

memstatistics-file\ query-source port53; query-source-v6port53; allow-query {any;}; };

logging{

channeldefault_debug{

file\ severitydynamic; }; };

viewlocalhost_resolver{ match-clients {any;}; match-destinations{any;}; recursionyes; include };

在此目录下还有一个文件要配置,命令如下: [root@killgoogleetc]#vi 添加以下内容:

zone\ typehint;

file\ };

zone\ typemaster;

file\ allow-update{none;}; };

zone\

typemaster;

file\ allow-update{none;}; };

zoneIN{ typemaster; file\ allow-update{none;}; };

zoneIN{

typemaster; file

allow-update{none;}; };

zone\ typemaster;

file\ allow-update{none;}; };

zone\ typemaster; file\ allow-update{none;}; };

centos系统配置DNS服务器配置详解

注:部分资料来源网络在CentOS下安装配置DNS服务器。详细步骤如下:1.安装的系统是CentoOS5.8;2.所在网络:内部局域网192.168.1.113网段。机器一作为服务器,IP:192.168.1.113,主机名:Hostname:test.com;由上可以看出是使用的静态IP:192.168.1.113。上述几项含义如下:》
推荐度:
点击下载文档文档为doc格式
9djdm9t4vg0mq5e7eayt5nd0e7n2yj017db
领取福利

微信扫码领取福利

微信扫码分享