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






      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

Répondre à