chiark / gitweb /
binswood.lisp: New master router; expunge dead devices.
[zones] / binswood.lisp
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
7 ;; Binswood.  Address range retroactively claimed from Cambridge G-RIN.
8 (defnet binswood.org.uk 10.165.27.0/24
9   (binswood 256))
10 (defhost binswrt.binswood (binswood 1))
11 (defhost mango.binswood (binswood 3))
12
13 (defzone binswood.org.uk
14
15   ;; Nameservers
16   :ns ((radius.ns :ip radius)
17        (precision.ns :ip precision)
18        (telecaster.ns :ip telecaster)
19        (mythic-beasts-1.ns :ip mythic-ns1)
20        (mythic-beasts-2.ns :ip mythic-ns2))
21
22   ;; Internal hosts.
23   (binswrt :a binswrt.binswood)
24   (mango :a mango.binswood)
25
26   ;; External services.
27   ((@ www) :svc stratocaster)
28
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)