[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: configuration dns ...



anne sophie lantz a écrit :
Coucou,

J'essaie de configurer mon dns.

Que signifie ? : # rndc-confgen > /etc/bind/rndc.conf

fichier named.conf :
zone "lantz.com" {
    type master;
    file "/etc/bind/db.lantz.com";
    allow-update {
       192.168.10.1;
    };
};

zone "10.168.192.in-addr.arpa" {
    type master;
    file "/etc/bind/db.lantz.com.rev";
    allow-update {
       192.168.10.1;
    };
};

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


zone "localhost" {
    type master;
    file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";


};

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

Je pense qu'il manque des lignes
Merci
Anne sophie



Salut,

As tu déclarée tes zones dans named.conf.local ?

http://www.bind9.net/manuals

--

++

Cyp

Cacao: using tomorrow's energy today.


Reply to: