360
11-23-2001, 01:54 AM
Hello,
Running RH7.1 with Bind 9.
Bind is running fine but I'm haveing trouble configuring rndc.
When I run the command:# rndc reload
It says: rndc: connect: connection refused
I have tried several different things from articales on the net but nothing works.
Thanks for your help.
Here are my files:
/etc/rndc.conf
options {
default-server localhost;
default-key "rndc-key";
};
Key "rndc-key" {
algorithm hmac-md5;
secret "Ytzd/Fjm2i2smxAwoTuiFq==";
};
********************
/etc/rndc.key
key "rndc" {
algorithm hmac-md5;
secret "Ytzd/Fjm2i2smxAwoTuiFq=="
};
********************
/etc/named.conf
options {
directory "/etc/named.d";
};
controls {
inet * allow { any; } keys { "rndc-key"; };
};
Key "rndc-key" {
algorithm hmac-md5
secret "Ytzd/Fjm2i2smxAwoTuiFq==";
};
Running RH7.1 with Bind 9.
Bind is running fine but I'm haveing trouble configuring rndc.
When I run the command:# rndc reload
It says: rndc: connect: connection refused
I have tried several different things from articales on the net but nothing works.
Thanks for your help.
Here are my files:
/etc/rndc.conf
options {
default-server localhost;
default-key "rndc-key";
};
Key "rndc-key" {
algorithm hmac-md5;
secret "Ytzd/Fjm2i2smxAwoTuiFq==";
};
********************
/etc/rndc.key
key "rndc" {
algorithm hmac-md5;
secret "Ytzd/Fjm2i2smxAwoTuiFq=="
};
********************
/etc/named.conf
options {
directory "/etc/named.d";
};
controls {
inet * allow { any; } keys { "rndc-key"; };
};
Key "rndc-key" {
algorithm hmac-md5
secret "Ytzd/Fjm2i2smxAwoTuiFq==";
};