码迷,mamicode.com
首页 > 数据库 > 详细

dns服务配置./configure --prefix=/usr/local/pureftpd --without-inetd --with-altlog --with-puredb --with-throttling --with-tls

时间:2019-01-26 11:48:48      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:localhost   options   emctl   zone   conf   tar   pureftpd   usr   install   

     1 yum -y install bind

     2  配置文件 vim /etc/named.conf

      options{

            directory  "/var/named";

}

   zone "birdteam.net" IN{

       type master;

     filr "birdteam.net.zone";

}

3   cd /var/named 

      cp - p named.localhost  birdteam.net.zone  复制文件到birdteam.net.zone

4  systemctl restart named

5 nslookup 

 

dns服务配置./configure --prefix=/usr/local/pureftpd --without-inetd --with-altlog --with-puredb --with-throttling --with-tls

标签:localhost   options   emctl   zone   conf   tar   pureftpd   usr   install   

原文地址:https://www.cnblogs.com/gengyanqi/p/10322928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!