ChinaUnix.net
相关文章推荐:

bind9

fb7.2 带的bind9做本地缓存服务器,默认的ttl是多少?怎么修改这个值?

by thinkpadnb - BSD - 2009-09-29 17:43:57 阅读(1461) 回复(2)

相关讨论

先从 http://www.isc.org/products/bind/ 下载bind, 下载的文件放在/root目录下 进入目录解压缩 [root@linux root]#tar xfz bind-9.3.1rc1.tar.gz 进如刚解压出来的目录 [root@linux root]# cd bind-9.3.1rc1 编译配置 [root@linux bind-9.3.1rc1]#./configure --prefix=/usr/local/named --enable-threads #--enable-threads开启多线程处理能力 [root@linux bind-9.3.1rc1]#make [root@linux bind-9.3.1rc1]#make ...

by sjhf - Linux文档专区 - 2009-03-23 11:09:11 阅读(521) 回复(0)

ISC的 bind 一直以来基本上都是 DNS 的工业标准,不过bind一直是漏洞不断,直到出了bind9,isc的开发人员对bind9进行了重写,才相对好了一点. bind9的 安装 就不用多说了,这里使用最新版本9,.2.3,说白了也就是需要named这个可执行 文件 就可以了,其他的配置文件完全可以自己来写.如果需要进行服务的控制的话,则需要rndc这个文件了.named大约有4M多,strip一下也就1M多点,再裁减裁减完全可以做到400K的,做嵌入式的朋友也不妨考虑考虑这个...

by 剑心通明 - BSD文档中心 - 2008-11-04 11:01:45 阅读(1430) 回复(0)

文件: bind9-CHS.pdf 大小: 624KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/72232/showart_1358268.html

by nasqiu - Linux文档专区 - 2008-11-03 13:22:33 阅读(1199) 回复(0)

我装bind9的时候为什么检测不到openssl呢? 高手指教!

by xry_root - 服务器应用 - 2006-12-22 22:05:22 阅读(1364) 回复(1)

Mar 7 17:48:14 lei named[2461]: client 192.168.50.2#1041: update 'lei.org/IN' denied 请问为什么服务器不可以更新

by leiting - 服务器应用 - 2006-03-10 11:13:10 阅读(1439) 回复(2)

我的系统是REDHAT9 我在配完bind后用rndc reload重新加载配置文件的时候老是报: [root@linux etc]# rndc reconfig rndc: no key definition for name rndckey 以下是我简化后的named.conf文件 // generated by named-bootconf.pl options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. ...

by Cloudy_hanji - 服务器架设 - 2004-10-19 17:11:39 阅读(788) 回复(2)

我的系统是REDHAT9 我在配完bind后用rndc reload重新加载配置文件的时候老是报: [root@linux etc]# rndc reconfig rndc: no key definition for name rndckey 以下是我简化后的named.conf文件 // generated by named-bootconf.pl options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. ...

by Cloudy_hanji - 服务器应用 - 2004-10-19 17:11:39 阅读(970) 回复(2)

不知道为什么。 自从我打过这个命令以后。。 /etc/named 目录产生很多。 xfer.ddt.Y91jW8 这样的文件。 请问如何取消。

by 小灰狼 - 服务器应用 - 2003-12-24 16:18:28 阅读(950) 回复(5)

我下载了bind-9.2.2rc1.tar.gz,解压之后执行./configure,出现如下错误,应该怎么办?(AIX 4.3) # ./configure checking build system type... powerpc-ibm-aix4.3.3.0 checking host system type... powerpc-ibm-aix4.3.3.0 checking whether make sets ${MAKE}... no checking for ranlib... ranlib checking for a BSD-compatible install... ./install-sh -c checking for ar... /usr/bin/ar checking for etags... no chec...

by superjun - 服务器应用 - 2003-02-20 11:36:52 阅读(4529) 回复(25)

TITLE: bind LFS VERSION: 3.0-pre4 AUTHOR: Michenaud Laurent ; SYNOPSIS: How to set up a simple dns server with bind HINT: version 1.0beta1 This hint explains how to set up bind on your lfs. I am not a bind specialist, what is written is what i have understood. Don\'t hesitate to correct it if you see mistakes or have optimizations. -------------------------------...

by MiniGUI - Solaris - 2003-09-08 06:20:36 阅读(2014) 回复(7)