
jbm5688
(usa Slackware)
Enviado em 11/02/2011 - 23:44h
Estou com esse erro:dns1:~# /etc/init.d/bind9 restart
Stopping domain name service...: bind9rndc: connect failed: 127.0.0.1#953: conne ction refused
.
Starting domain name service...: bind9 failed!
dns1:~#
quem tiver ideia de como resolver isso favor me passar aqui no forum
detalhe meu rndckey "rndc-key" {
algorithm hmac-md5;
secret "gzhDO+yxeO+A/k+O3aoewg==";
};
~
meu named.conf
zone "0-254.16.250.186.in-addr.arpa" in {
type master;
file "/etc/bind/db.0-254.16.250.186";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
forward first;
forwarders { 10.0.0.1;};
include ./etc/bind/rndc.key.;
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } "gzhDO+yxeO+A/k+O3aoewg==" { .rndc-key.; };
};
include "/etc/bind/named.conf.local";
.key