在linux系统下安装DNS域名解析服务
步骤如下:
1>查看挂在镜像位置
2>查看光盘是否挂载
3>查看需要挂在的位置
4>进行挂载
[[email protected] mnt]# mount /dev/sr0 /mnt
5>进入挂载的文件夹进行安装
使用rpm命令过滤已bind开头的软件
安装以bind开头的软件
过滤以bind开头的软件
注:默认已安装bind-utils和bind-libs,所以只需要安装bind和bind-chroot。
6>配置DNS的地址
7>修改主配置文件
配置正向查找区域
配置反向查找区域
8>修改区域解析文件
[[email protected] /]# cd /var/named
[[email protected] named]# ls -lh
总用量 40K
drwxr-x---. 6 root named 4.0K 3月 17 14:17 chroot
drwxrwx---. 2 named named 4.0K 4月 1415:11 data
drwxrwx---. 2 named named 4.0K 4月 1415:37 dynamic
-rw-r-----. 1 root named 1.9K 2月 18 2008 named.ca
-rw-r-----. 1 root named 152 12月 15 2009 named.empty
-rw-r-----. 1 root named 152 6月 212007 named.localhost
-rw-r-----. 1 root named 168 12月 15 2009 named.loopback
drwxrwx---. 2 named named 4.0K 8月 142013 slaves
[[email protected] named]# cp -p named.localhostbenet.com.zone
[[email protected] named]# cp -p named.localback benet.com.none
注:-p是指保持原来的属性。
9>启动named服务
[[email protected] named]# service named start
启动 named:named:正在运行 [确定]
可以启动,说明可以运行DNS服务。
验证解析: