Makefile, distorted.lisp, hosts.lisp: Finish renumbering for A&A switchover.
[zones] / binswood.lisp
CommitLineData
8dcb3700
MW
1;;; Zone file for binswood.org.uk
2
3(load "hosts.lisp" :verbose nil)
4(setf *default-zone-admin* "hostmaster@distorted.org.uk")
5(setf *default-zone-source* 'radius.distorted.org.uk.)
6
827f2f1e
MW
7;; Binswood. Address range retroactively claimed from Cambridge G-RIN.
8(defnet binswood.org.uk 10.165.27.0/24
9 (binswood 256))
8c717a9f 10(defhost binswrt.binswood (binswood 1))
827f2f1e 11(defhost mango.binswood (binswood 3))
827f2f1e 12
8dcb3700
MW
13(defzone binswood.org.uk
14
15 ;; Nameservers
16 :ns ((radius.ns :ip radius)
17 (precision.ns :ip precision)
1b9508ad 18 (telecaster.ns :ip telecaster)
8dcb3700
MW
19 (mythic-beasts-1.ns :ip mythic-ns1)
20 (mythic-beasts-2.ns :ip mythic-ns2))
21
22 ;; Internal hosts.
8c717a9f 23 (binswrt :a binswrt.binswood)
8dcb3700
MW
24 (mango :a mango.binswood)
25
f11a3c23 26 ;; External services.
3140a848 27 ((@ www) :svc stratocaster)
f11a3c23 28
8dcb3700
MW
29 ;; Dynamic addresses.
30 (dyn :ns ((radius.ns.dyn :ip radius)
31 (precision.ns.dyn :ip precision)))
32 (ext :cname ext.dyn))
33
34(defrevzone binswood
35 :ns ((radius.ns :ip radius)
36 (precision.ns :ip precision))
37 :reverse binswood)