« DHCP » : différence entre les versions

Aller à la navigation Aller à la recherche
17 octets ajoutés ,  il y a 14 ans
m
Ligne 314 : Ligne 314 :
zone 192.in-addr.arpa. { primary 127.0.0.1; key rndc-key;  }</code>
zone 192.in-addr.arpa. { primary 127.0.0.1; key rndc-key;  }</code>


==== dans /etc/dhcp/dhcpd.conf ====
==== dans /etc/bind/named.conf ou named.conf.local ====


Configurez vos zones comme suit :
Configurez vos zones comme suit :


controls {
<code>
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
controls {
};
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
include "/etc/bind/rndc.key";
 
include "/etc/bind/rndc.key";
zone "isalo.org" {
 
        type master;
zone "isalo.org" {
        file "/etc/bind/db.isalo.org";
        type master;
        allow-update { key "rndc-key"; };
        file "/etc/bind/db.isalo.org";
        notify no;
        allow-update { key "rndc-key"; };
        };
        notify no;
zone "192.in-addr.arpa" {
        };
        type master;
zone "192.in-addr.arpa" {
        file "/etc/bind/db.192";
        type master;
        allow-update { key "rndc-key"; };
        file "/etc/bind/db.192";
        notify no;
        allow-update { key "rndc-key"; };
        };
        notify no;
        };
</code>


=== Test ===
=== Test ===
Administrators, autoreview, Vérificateurs d’utilisateurs, checkuser-log, editor, reviewer, usersnoop
3 321

modifications

Menu de navigation