Configuration for "hostname.bind."

Chris Hills chaz at chaz6.com
Sat Jun 13 10:55:59 UTC 2009


On 13/06/09 11:39, Chris Hills wrote:
> /etc/named.conf:160: zone 'bind': class 'CHAOS' does not match
> view/default class
> /etc/named.conf:165: zone 'server': class 'CHAOS' does not match
> view/default class

I resolved this by switching to a view configuration, i.e.:-

view "external-chaos" chaos {
   match-clients { any; };
   zone "bind."{
     type master;
     file "master/bind.zone";
   };

   zone "server."{
     type master;
     file "master/server.zone";
   };
};

view "external-in" in {
   match-clients { any; };

[zones]

};




More information about the bind-users mailing list