ITS wiki

The Incompatible Timesharing System

User Tools

Site Tools


chaos-dns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
chaos-dns [2015-09-13 14:30] – created victorchaos-dns [2018-04-04 23:41] – [Example contents of the zone file] victor
Line 35: Line 35:
       type master;       type master;
       file "mydomain.zone";       file "mydomain.zone";
-      allow-update { none; }; 
       };       };
     };     };
 </code> </code>
 +If you have secondary name servers for your Chaosnet data, you need to add explicit notification configuration, since bind will otherwise try to contact the secondary servers over Chaosnet, and fail since bind itself does not run over Chaosnet (yet ;-)).
  
 +In that case, try something like
 +<code>
 +    view "chaos" CH {
 +      match-clients { any; };
 +      zone "my.do.ma.in" CH {
 +      type master;
 +      file "mydomain.zone";
 +          notify explicit;
 +          also-notify { 123.123.123.123; };
 +      };
 +    };
 +</code>
 +where 123.123.123.123 is the IP address of your secondary name server.
 ==== Example contents of the zone file ==== ==== Example contents of the zone file ====
 +Note that the class indicator "CH" is redundant since the zone and view specify that already.
 <code> <code>
     @ SOA localhost. root.localhost. ( 2005050702     @ SOA localhost. root.localhost. ( 2005050702
chaos-dns.txt · Last modified: 2018-04-24 17:21 by victor