>>>>Доброе время суток!
>>>>Установил bind9, не могу запустить rndc, вот что пишет:
>>>>ns:/ # rndc start
>>>>rndc: connect failed: connection refused
>>>>Помогите разобраться. Заранее спасибо.
>>>
>>>в named.conf прописано?
>>>
>>>/* хранит ключ rndc-key */
>>>include "/path/to/rndc.key";
>>>controls {
>>> inet 127.0.0.1 allow { 127.0.0.1; } keys {
>>>"rndc-key"; };
>>>}
>>
>>Такой записи нет.
>
>забыл еще в rndc.conf нужно добавить:
>
>include /path/to/rndc.key
>options {
> default-server 127.0.0.1;
> default-key
> "rndc-key";
>};
>
>server 127.0.0.1 {
> key
> "rndc-key";
>};
>
>rndc-key получаем с помощью man rndc-confgen.
Добавил в named.conf, после перезагрузки rcnamed даёт ошибку.
/* хранит ключ rndc-key */
include "/path/to/rndc.key",;
controls {
inet 127.0.0.1 allow { 127.0.0.1; } keys {
"rndc-key"; };
}
файла rndc.conf не нашёл
Вроде rndc заработал сам по себе
> ns:/etc # rndc status
number of zones: 7
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running
Вот что выдаёт.
А вот nslookup
ns:/etc # nslookup
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
ругается по страшному.