Total739300 Week291 Yesterday161 Today130 1count/day on each IP Since 2006-06-06

«Prev || 1 || Next»

31 January 2009

スレーブ DNS サーバーの設定

KURO-BOXのBINDの設定を変更した
named.conf に,以下のように設定して再起動する

zone "XX.168.192.in-addr.arpa" {
type slave;
file "/etc/bind/XX.168.192.in-addr.arpa";
masters {192.168.XX.YY;};
};
zone "example.jp" {
type slave;
file "/etc/bind/example.jp.zone";
masters {192.168.XX.YY;};
};
再起動は,以下のコマンドで行う
# ndc restart
KURO=BOXのdebianの場合ログは以下のファイルにある
/var/log/syslog

01/31/09 13:15:35 - noboru - No comments Network , KURO-BOX
«Prev || 1 || Next»