je viens de verifier mes logs
/etc/bind/named.conf.local:19: unknown option 'master'
et voici mon named.local.option
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "toto.com" in {
type slave;
master {10.0.10.40;};
file "/etc/bind/db.toto.com";
notify no ;
};
zone "10.0.10.in-addr.arpa" in {
type slave;
master {10.0.10.40;};
file "/etc/bind/db.toto.com.inv";
notify no ;
};
et sachant que le 10.0.10.40 est mon primaire
[^] # Re: Problème ?
Posté par balih44 . En réponse au message Configuration DNS Primaire et un DNS Secondaire. Évalué à 0.
je viens de verifier mes logs
/etc/bind/named.conf.local:19: unknown option 'master'
et voici mon named.local.option
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "toto.com" in {
type slave;
master {10.0.10.40;};
file "/etc/bind/db.toto.com";
notify no ;
};
zone "10.0.10.in-addr.arpa" in {
type slave;
master {10.0.10.40;};
file "/etc/bind/db.toto.com.inv";
notify no ;
};
et sachant que le 10.0.10.40 est mon primaire
et j'ai mis mon /bind pour tester a 777