作者: marsaber 時間: 2009-03-26 11:08
看到有些網友對架設DNS服務器不是很熟悉,就做了個演示,希望有幫助。
歡迎大家批評指正。作者: kns1024wh 時間: 2009-03-26 11:12 標題: 回復 #1 marsaber 的帖子 使用的是rhel5 上的bind的標準配置方式,沒有誤導,不錯的同志作者: troywin 時間: 2009-03-26 22:24
謝謝啦作者: mjwdj 時間: 2009-03-27 10:23
老大,怎么用rar壓縮的附加阿?
干嘛不用zip和gz阿?解壓好麻煩!作者: marsaber 時間: 2009-03-27 10:28 標題: 回復 #5 mjwdj 的帖子 因為,錄像文件是.exe的。作者: zzhcool 時間: 2009-04-03 00:41
不錯,正需要呢作者: www_xylove 時間: 2009-04-03 10:16
[root@server etc]# vi named.conf
//
// named.caching-nameserver.conf
//
// Provided by Red Hat caching-nameserver package to configure the
// ISC BIND named( DNS server as a caching only nameserver
// (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
// DO NOT EDIT THIS FILE - use system-config-bind or an editor
// to create named.conf - edits to this file will be lost on
// caching-nameserver package upgrade.
//
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
// Those options should be used carefully because they disable port
// randomization
// query-source port 53;
// query-source-v6 port 53;