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]

};

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to