Bind reloading on hosting using rndc zone: [domain.com]
Bind reloading on hosting using rndc: WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf)
rndc: connect failed: 127.0.0.1#953: connection refused
Error reloading bind on hosting: WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf)
rndc: connect failed: 127.0.0.1#953: connection refused
konuyla ilgili bilgisi olan arkadaşların yardımını rica ediyorum.
Ek bilgi: centos 6.2 üzerine cpanel kurulumu sırasında bu hatayı gördüm rndc error vs bir hata gözlemledim.
NSD nameserverda sorun yok. Bind dns serverda sorun var cpanel güncelleme vs yinede çözüm olmadı conf lara izin verdim yine olmadı. linux ü güncelledim yine aynı. bir conf dosyasında hata olmalı ama bulamadım.
--------------------------------------------------------------------
# Start of rndc.conf
key "rndc-key" {
algorithm hmac-md5;
secret "mwQ3xVQq6fizhSRqkItRyQ==";
};
options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};
# End of rndc.conf
# Use with the following in named.conf, adjusting the allow list as needed:
# key "rndc-key" {
# algorithm hmac-md5;
# secret "mwQ3xVQq6fizhSRqkItRyQ==";
# };
#
# controls {
# inet 127.0.0.1 port 953
# allow { 127.0.0.1; } keys { "rndc-key"; };
# };
# End of named.conf
----------------------------------------------------------------------
sorun yukarıda olmalı key de bir sorun var bu key nasıl değiştirilebilir ?