|
Aug 9, 2011, 02:29 PM
|
christiant123
Junior Member
Join: Aug 2011
Posts: 1 |
Quote:
Originally Posted by IgorG
Just create empty this file. The file "managed-keys.bind" is used for managing keys in DNSSEC. By default, BIND is looking for it. Even though you might not be using this feature, creating the file in empty will make the error message go away.
|
This tip ist very fat shit!
The missing file exists in /etc/bind/ and is named bind.keys
In standard- /etc/bind/named.conf ist a config-error .
Originally it looks
Quote:
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
|
there fails an entry
Quote:
|
include "/etc/bind/bind.keys";
|
Edit /etc/bind/named.conf to
Quote:
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
include "/etc/bind/bind.keys";
|
save the file and restart bind.
Thats all!
Not using this feature is a security risk, workers of Parallels should know and give better infos!
|
|