[Linux] Named - rndc cozuldu

---------

New Message Reply About this list Date view Thread view Subject view Author view

From: Alper Oguz (alperliste@showtv.com.tr)
Date: Tue 30 Jul 2002 - 13:03:13 EEST


Merhaba,

rndc ile named'a komut gönderemiyordum. Nedeni rndc.conf'taki key'in
olusturulmus bir key degilde standart bir key olmasi (bind'in
dökümanindaki ile ayniydi :) ) ve interface vb tanimlarin
eklenmemis olmasiymis.

rndc-confgen -a -s 127.0.0.1 ile rndc.key dosyasini olusturup, bu
key'i named.conf ve rndc.conf'a dokumanindaki gibi yazinca calisti.
(key'i rndc.conf'a yazinca key dosyasini silebiliyorsunuz)

Asagidakileri eklemek gerekiyor:
---------
/etc/named.conf dosyasina:
key "rndc_key" {
        algorithm hmac-md5;
        secret "uretilen key";
};
controls {
inet 127.0.0.1 allow { 127.0.0.1; 172.20.0.0; } keys {"rndc_key"; };
----------
/etc/rndc.conf dosyasina:
options {
        default-server localhost;
        default-port 953;
        default-key "key"; };

server localhost {
        key "key"; };

key "key" {
        algorithm hmac-md5;
        secret "uretilen key"; };
---------
        
sevgiler

--
 Alper Oguz    alperliste@showtv.com.tr

----------------------------------------------------------------------- Liste üyeliğiniz ile ilgili her türlü işlem için http://liste.linux.org.tr adresindeki web arayüzünü kullanabilirsiniz.

Listeden çıkmak için: 'linux-request@linux.org.tr' adresine, "Konu" kısmında "unsubscribe" yazan bir e-posta gönderiniz. -----------------------------------------------------------------------


New Message Reply About this list Date view Thread view Subject view Author view

---------

Bu arsiv hypermail 2b29 tarafindan uretilmistir.