<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">
      <pre wrap="">Is this the zone in question?

master:
zone "in.acv.orion.education.fr" {

wrong on slave:
zone "in.acv.orion.education.gouv.fr" {

Regards, Edda
</pre>
      <br>
      <br>
      <br>
      Am 02.03.17 um 12:33 schrieb Xavier Humbert:<br>
    </div>
    <blockquote
      cite="mid:1a5f4e4c-f1a2-4d12-1788-1e6cd00efbaa@ac-nancy-metz.fr"
      type="cite">
      <pre wrap="">The whole configuration, comments removed :

-------------- Master ------------------
acl my-slaves {
    any;            // DEBUG
};

acl my-clients {
    any;            // DEBUG
};

options {
// IP config
    listen-on port 53 {172.29.16.135; 127.0.0.1; };
    listen-on-v6 port 53 {none; };

// Paths
    directory            "/var/named";
    dump-file           "/var/named/data/cache_dump.db";
    statistics-file     "/var/named/data/named_stats.txt";
    memstatistics-file     "/var/named/data/named_mem_stats.txt";

// Behaviour
    recursion no;
    allow-transfer        { my-slaves; };
};

// rndc key
include "/etc/rndc.key";

controls {
    inet 127.0.0.1 port 953
        allow { 127.0.0.1; } keys { "rndc-key"; };
};

// Logging
// omitted

zone "in.acv.orion.education.fr" {
    type master;
    file "/etc/named/internal/in.acv.orion.education.fr.db";
    allow-transfer {my-slaves; };
};

-------------- Slave ------------------
acl my-clients {
    localhost;
    any;        //DEBUG
};

options {
// IP config
    listen-on port 53 {172.29.16.133; 127.0.0.1; };
    listen-on-v6 port 53 {none; };

// Paths
    directory            "/var/named";
    dump-file           "/var/named/data/cache_dump.db";
    statistics-file     "/var/named/data/named_stats.txt";
    memstatistics-file     "/var/named/data/named_mem_stats.txt";

// Behaviour
    recursion no;
    allow-update        { 172.29.16.135; };
    allow-transfer        { 172.29.16.135; };

};

// rndc key
include "/etc/rndc.key";

// Logging
// Omitted

zone "in.acv.orion.education.gouv.fr" {
    type slave;
    file "/etc/named/in.acv.orion.education.gouv.fr.db";
    masters {172.29.16.135; };
};
zone "." IN {
    type hint;
    file "named.ca";
};

include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";

------------------------------------------------------------------

Really, reall basic !
Thanks

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Please visit <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list

bind-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a></pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>