'named sets' in BIND 931 masters clause not behaving ...

Mark Andrews Mark_Andrews at isc.org
Tue Sep 6 06:28:03 UTC 2005


key "key.dv.isc.org" {
        algorithm "hmac-md5";
        secret "XXXXXXXXXXXXXXXXXXXXXXXX";
};

masters "bsdi.dv.isc.org" {
        220.237.98.197 key key.dv.isc.org;
        192.168.191.233 key key.dv.isc.org;
};

zone "dv.isc.org" {
        type slave;
	notify no;
        masters { bsdi.dv.isc.org; };
        file "slave/dv.isc.org";
};

zone "191.168.192.in-addr.arpa" {
        type slave;
        notify no;
        masters { bsdi.dv.isc.org; };
        file "slave/192.168.191";
};

zone "0.2.8.0.0.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa" {
        type slave;
        notify no;
        masters { bsdi.dv.isc.org; };
        file "slave/2001:0470:1f00:0820";
};


--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list