| Bind9 Problemi Rndc.key Stopping domain name service: namedrndc: connect failed: connection refused diyor
vhcs panel kuru sunucu üzerinde vhcs ye web üzerinden arayüze giriyorum
system info dan baktığım vhcs.daemon calismiyor bind caliyor diğer ssl dışı olan özelliklerde up durumda fakat vhcs.daemon down durumda bulunuyor.
ve,
bind guncellemelerinde 5 dk bekledikten sonra bu mesajı veriyor
makine virtual dir bind9 caps ozelligi kapalidir.
ping 127.0.0.1 e cevap vermemektedir
sorun ile karşılaşıp çözüm üreten çözümcü arkadaşlar yardımcı olursa sevinirim
hosts dosyam
89.19.5.83 ns1.bilisimfirmasi.com localhost vs02 vs02-110
localhost a ping cevap vermektedir.
named.conf
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// 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";
};
// zone "com" { type delegation-only; };
// zone "net" { type delegation-only; };
// From the release notes:
// Because many of our users are uncomfortable receiving undelegated answers
// from root or top level domains, other than a few for whom that behaviour
// has been trusted and expected for quite some length of time, we have now
// introduced the "root-delegations-only" feature which applies delegation-only
// logic to all top level domains, and to the root domain. An exception list
// should be specified, including "MUSEUM" and "DE", and any other top level
// domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { "DE"; "MUSEUM"; };
include "/etc/bind/named.conf.local";
include "/etc/bind/vhcs.conf";
---------------------------------------------
rndc.conf
include "/etc/bind/named.conf.local";
include "/etc/bind/vhcs.conf";
vs02-110:/etc/init.d# cat /etc/bind/rndc.key
# Start of rndc.conf
key "rndc-key" {
algorithm hmac-md5;
secret "5t4LpcPJ9zx4Bp5whtoa9A==";
};
---------------------------------------------------------
resolv.conf
nameserver 89.19.5.83
nameserver ns2.bilisimfirmasi.com
nameserver 85.159.65.2
nameserver 85.159.65.3
------------------------------------------------------- |