настроил bind и решил подключить мониторинг с помощью rndc
при запуске команды
/usr/sbin/rndc status
выдает
rndc: connection to remote host closed
This may indicate that the remote server is using an older version of
the command protocol, this host is not authorized to connect,
or the key is invalid.
named.conf
......................
key "rndckey" {
algorithm hmac-md5;
secret "KVWSAqbpQlNYFJzVk7f74w==";
};
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndckey"; };
};
и сам
rndc.conf
key "rndckey" {
algorithm hmac-md5;
secret "KVWSAqbpQlNYFJzVk7f74w==";
};
options {
default-key "rndckey";
default-server 127.0.0.1;
default-port 953;
};
права на папки и файлы есть, bind работает исправно.
CentOS 5.4
Linux 2.6.18-164.11.1.el5 on i686
Всю информацию я взял из этой статьи
и так?
при запуске команды
/usr/sbin/rndc status
выдает
rndc: connection to remote host closed
This may indicate that the remote server is using an older version of
the command protocol, this host is not authorized to connect,
or the key is invalid.
named.conf
......................
key "rndckey" {
algorithm hmac-md5;
secret "KVWSAqbpQlNYFJzVk7f74w==";
};
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndckey"; };
};
и сам
rndc.conf
key "rndckey" {
algorithm hmac-md5;
secret "KVWSAqbpQlNYFJzVk7f74w==";
};
options {
default-key "rndckey";
default-server 127.0.0.1;
default-port 953;
};
права на папки и файлы есть, bind работает исправно.
CentOS 5.4
Linux 2.6.18-164.11.1.el5 on i686
Всю информацию я взял из этой статьи
и так?