>Kak zapustitj RNDC.
>Sistema RedHat8.0
>=========================rndc.conf=====================
>options {
> default-server localhost;
> default-key rndckey;
>};
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
у меня так работает
>server localhost {
> key rndckey;
>};
>key rndckey {
> algorithm
> hmac-md5;
> secret "xxxxxxxxxxxxxxxxxxxxxxxxx";
>};
>=======================================================
>
>======================named.conf=======================
>controls {
> inet 127.0.0.1 allow
>{ 127.0.0.1; } keys { rndckey; };
>};
>include "/etc/named.local";
>include "/etc/rndc.key";
>server 127.0.0.1 {
> key rndckey;
>};
>options {
> directory "/var/named/";
>};
>zone "0.0.127.in-addr.arpa" {
> type master;
> file "0.0.127.in-addr.arpa.zone";
>};
>zone "localhost" {
> type master;
> file "localhost.zone";
>};
>zone "tux.rimpeks.lv" {
> type master;
> file "tux.rimpeks.lv.zone";
>};
>=======================================================
>========================rndc.key=======================
>key rndckey {
> algorithm hmac-md5;
> secret "xxxxxxxxxxxxxxxxxxxxxxxxx";
>};
>=======================================================
>gda ja oshibsja...??????