chiark / gitweb /
binswood.lisp: Publish records for the web server.
[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))
10(defhost netgear.binswood (binswood 1))
11(defhost linksys.binswood (binswood 2))
12(defhost mango.binswood (binswood 3))
13(defhost hplaser.binswood (binswood 4))
625b0fd3 14(defhost wifi-client-1.binswood (binswood 5))
118ca30f 15(defhost hplaser2.binswood (binswood 6))
827f2f1e 16
8dcb3700
MW
17(defzone binswood.org.uk
18
19 ;; Nameservers
20 :ns ((radius.ns :ip radius)
21 (precision.ns :ip precision)
1b9508ad 22 (telecaster.ns :ip telecaster)
8dcb3700
MW
23 (mythic-beasts-1.ns :ip mythic-ns1)
24 (mythic-beasts-2.ns :ip mythic-ns2))
25
26 ;; Internal hosts.
27 (netgear :a netgear.binswood)
28 (linksys :a linksys.binswood)
29 (mango :a mango.binswood)
3981f7c3 30 (hplaser :a hplaser.binswood)
118ca30f 31 (hplaser2 :a hplaser2.binswood)
625b0fd3 32 (wifi-client-1 :a wifi-client-1.binswood)
8dcb3700 33
f11a3c23 34 ;; External services.
3140a848 35 ((@ www) :svc stratocaster)
f11a3c23 36
8dcb3700
MW
37 ;; Dynamic addresses.
38 (dyn :ns ((radius.ns.dyn :ip radius)
39 (precision.ns.dyn :ip precision)))
40 (ext :cname ext.dyn))
41
42(defrevzone binswood
43 :ns ((radius.ns :ip radius)
44 (precision.ns :ip precision))
45 :reverse binswood)