Outils pour utilisateurs

Outils du site


tech:pb_dns_bind9

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:pb_dns_bind9 [2026/06/11 10:07] Jean-Baptistetech:pb_dns_bind9 [2026/06/11 20:25] (Version actuelle) Jean-Baptiste
Ligne 39: Ligne 39:
 options { options {
     forwarders {     forwarders {
-    8.8.8.8; +        8.8.8.8; 
-    8.8.4.4;+        8.8.4.4;
     };     };
     dnssec-validation no;     dnssec-validation no;
Ligne 47: Ligne 47:
 }; };
 ~~~ ~~~
 +
 +
 +## DNSSEC resolution on BIND in 'forwarder' mode fails with SERVFAIL or 'broken trust chain' errors
 +
 +Source : https://access.redhat.com/solutions/5633621
 +
 +BIND server fails with resolution of DNSSEC addresses.
 +
 +The logs contain following errors:
 +
 +~~~
 +broken trust chain resolving 'DDD.CCC.BBB.AAA.in-addr.arpa/PTR/IN'
 +
 +client ... (DDD.CCC.BBB.AAA.in-addr.arpa): view internal: query failed (SERVFAIL) for DDD.CCC.BBB.AAA.in-addr.arpa/IN/PTR at ../../../bin/named/query.c:8580
 +~~~
 +
 +Deactivation of DNSSEC resolution restores main DNS functionality:
 +
 +~~~
 +dnssec-enable no;
 +dnssec-validation no;
 +~~~
 +
 +
 +Note : Il suffit parfois de `dnssec-validation no;`
  
  
tech/pb_dns_bind9.1781165252.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki