Output-ul comenzii:
/etc/init.d/named restart
este:
Stopping named: rndc: connection to remote host closed
This may indicate that the remote server is using an older version of
the command protocol, this host is not authorized to connect,
or the key is invalid.
                                                                        [  OK  ]
Starting named:                                                 [  OK  ]


Problema pleaca de la "cheie", insa o sa va dau randurile care contin
"cheia" din fisierele de configurare;
Iata:

###################
/etc/named.conf
###################
controls {
        inet 127.0.0.1 allow { 80.97.155.0; } keys { rndc_key; };
};

key "rndc_key" {
        algorithm hmac-md5;
        secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};

#################
/etc/rndc.key
#################
key "rndc-key" {
 algorithm       hmac-md5;
        secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";

#################
/etc/rndc.conf
#################
options {
        default-server  localhost;
        default-key     "key";
};

server localhost {
        key     "key";
};

key "key" {
        algorithm       hmac-md5;
        secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};

Nu stiu unde este gresala.

--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui