Please help, I am using Fedora core 2, fresh install with Ensim Pro, I search the old message here already, but still can't solve the problems.

ps -Af | grep 'named'
root 2708 2298 0 12:17 pts/0 00:00:00 grep named

ls -la /etc/rndc.*
-rwxr-xr-x 1 root named 300 Jan 18 11:47 /etc/rndc.conf
-rw-r----- 1 root root 1101 Jan 17 04:59 /etc/rndc.conf.old
-rwxr-xr-x 1 root root 127 Jan 17 06:11 /etc/rndc.key


named.conf
include "/etc/bind/bind.conf.wp";

/**
* Options statement is now managed by WP and can be found in
* /etc/bind/options.conf.wp
*/

#options {
#directory "/etc/named";
#pid-file "/var/run/named.pid";
#};

controls {
inet 127.0.0.1 allow {localhost;} keys {rndc_key;};

};

zone "." IN {
type hint;
file "named.ca";
};

zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};

#include "/etc/rndc.key";

I am having the same problem.

Let me know if you have any success.

I've seen answers concerning this that state create a new key, but they do not state how to generate a new key.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.