Linux で自宅サーバ [ Home Server Techncial ]

>>トップページに戻る

BBS 過去ログ No.0009に戻る

タイトル: Vine3.0のbind9.2.3設定エラー?
記事No: 2593
投稿日: 2004/08/16(Mon) 03:18
投稿者: poponS
こんばんは。タイトルにも有りますように、現在Vine3.0で
内向きDNSを構築しようと悪戦苦闘しているのですが、
rndcのエラー?メッセージがでてしまって、先に進めないでいます。
具体的には
# service named stop
としますと
namedを停止中: rndc: connect failed: connection refused
とでます。
/etc/init.d/namedを開いて、
/usr/sbin/rndc stopの部分を
#/usr/sbin/rndc stop
とするとエラーメッセージはでなくなります。が、これで問題が無いのか
不安です。皆様はどうされておいででしょうか?google等で検索
してみましたが、検索の指定が悪いのかもしれませんが、具体的な
解決策がでていないようです。
長くなりますが、下記に設定フェイルを貼付致しますので、添削して
頂ければ幸いです。よろしくお願い致します。
(なお、rndc-keyは変更してます)

是非ともよろしくお願い致しますm(_ _)m

[0.0.127.in-addr.arpa]
$TTL 1D
@ IN SOA dns.hogehoge.net. root.hogehoge.net. (
2004080701
3H
1H
1W
1D )

IN NS dns.hogehoge.net.
1 IN PTR localhost.

[0.168.192.in-addr.arpa]
$TTL 1D
@ IN SOA dns.hogehoge.net. root.hogehoge.net. (
2004080701
3H
1H
1W
1D )

IN NS dns.hogehoge.net.

IN PTR hogehoge.net.
IN A 255.255.255.0

1 IN PTR horehore.hogehoge.net.
2 IN PTR harehare.hogehoge.net.
5 IN PTR dns.hogehoge.net.

[hogehoge.net]
$TTL 1D
@ IN SOA dns.hogehoge.net. root.hogehoge.net. (
2004080701
3H
1H
1W
1D )

IN NS dns.hogehoge.net.
IN MX 10 dns.hogehoge.net.

horehore IN A 192.168.0.1
harehare IN A 192.168.0.2
dns IN A 192.168.0.5

www IN CNAME dns
pop IN CNAME dns
smtp IN CNAME dns
ftp IN CNAME dns
proxy IN CNAME dns

[named.conf]
key "rndc-key" {
algorithm hmac-md5;
secret "12121212121212121212121212121212";
};

controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};

options {
directory "/var/named";
auth-nxdomain yes;
allow-query {
127.0.0.1;
192.168.0.0/24;
};
allow-transfer {
127.0.0.1;
192.168.0.0/24;
};
};

zone "." {
type hint;
file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa";
};

zone "hogehoge.net" {
type master;
file "hogehoge.net";
};

zone "0.168.192.in-addr.arpa" {
type master;
file "0.168.192.in-addr.arpa";
};

[rndc.conf]
# Start of rndc.conf
key "rndc-key" {
algorithm hmac-md5;
secret "12121212121212121212121212121212";
};

options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};
# End of rndc.conf

[rndc.key]
key "rndc-key" {
algorithm hmac-md5;
secret "12121212121212121212121212121212";
};

▲ページの最上部に戻る

Copyright© Home Server Technical. All Right Reserved.
webmaster@miloweb.net