X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/b4d4c18b8ce51af4017c6072aeebb0641feec74c..3dfd711ecbc0ef973de2ec51a56559e11665327f:/distorted.lisp diff --git a/distorted.lisp b/distorted.lisp index b9bf87b..c7fd629 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -27,8 +27,12 @@ ;; Unsafe network. (defhost guvnor (unsafe 1)) (defhost metalzone (unsafe 2)) -;;(defhost evolution.fretwank (unsafe 3)) +(defhost radius (unsafe 3)) (defhost vampire (unsafe 4)) +(defhost roadstar (unsafe 5)) +(defhost jem (unsafe 6)) +(defhost artist (unsafe 7)) +(defhost ibanez (unsafe 14)) ;; Safe network. (defhost tubescreamer (safe 1)) @@ -37,6 +41,7 @@ ;; Wireless network. (defhost vampire.untrusted (untrusted 1)) (defhost evolution (untrusted 2)) +(defhost radius.untrusted (untrusted 3)) ;; Virtual private network. (defhost crybaby (virtual 1)) @@ -70,67 +75,76 @@ (defzone distorted.org.uk ;; - ;; Nameservers + ;; Nameservers. :ns #+subnet/fretwank ((metalzone.ns :ip metalzone) (vampire.ns :ip vampire)) - #-subnet/fretwank ((boyle.ns :ip boyle.nsict.org) + #-subnet/fretwank ((mythic-beasts-1.ns :ip mythic-ns1) + (mythic-beasts-2.ns :ip mythic-ns2) (chiark.ns :ip chiark.greenend.org.uk) (guvnor.ns :ip guvnor.demon)) ;; - ;; Mail servers + ;; Mail servers. ((@ mail lists bugs cryptomail) :mx mail :srv ((:smtp mail))) ;; - ;; Other services + ;; Other services. :srv ((:http www) (:ftp ftp)) ;; - ;; Colocated services + ;; Colocated services. ;;((www ftp git) (inet :svc boyle.nsict.org) (fretwank :svc metalzone)) ;; - ;; Entry is via little port-forwarding box + ;; Entry is via little port-forwarding box. (guvnor (inet :a guvnor.demon) (fretwank :a guvnor)) ;; - ;; Wireless gateway + ;; Wireless gateway. (untrusted :net untrusted) (evolution (untrusted :a evolution)) ;; - ;; Local services + ;; Local services. (@ :svc www-frontend) - ((www ftp wiki git bugs mail) - (inet :svc guvnor.demon) - (fretwank :svc metalzone)) - ((db tor i2p rawk) + ((www ftp wiki git bugs mail db tor i2p rawk vox www-cache) (inet :svc guvnor.demon) (fretwank :svc vampire)) - (vox (inet :svc guvnor.demon) (fretwank :svc vampire)) ;; - ;; Internal services - ((ntp1) (fretwank :svc metalzone)) - ((www-cache wpad ntp news) (fretwank :svc vampire)) + ;; Internal services. + ((ntp) (fretwank :svc ibanez)) + ((wpad ntp1 news) (fretwank :svc vampire)) ;; - ;; Wired ethernet + ;; Wired ethernet. (fretwank :net fretwank) (metalzone (inet :a guvnor.demon) (fretwank :a metalzone)) (vampire (fretwank :a vampire) + (inet :a guvnor.demon) (untrusted :a vampire.untrusted) (iodine :a vampire.iodine)) (obsidian (fretwank :a obsidian)) + (ibanez (fretwank :a ibanez)) + (radius (fretwank :a radius) + (untrusted :a radius.untrusted)) + (roadstar (fretwank :a roadstar)) + (jem (fretwank :a jem)) + (artist (fretwank :a artist)) + (gibson :cname gibson.dhcp) + (lespaul :cname lespaul.dhcp) + (firebird :cname firebird.dhcp) + (marauder :cname marauder.dhcp) + (invader :cname invader.dhcp) ;; - ;; Virtual network + ;; Virtual network. (virtual :net virtual) (crybaby (virtual :a crybaby)) (terror (virtual :a terror)) (iodine :net iodine) ;; - ;; ITS + ;; ITS. (its :net its) (gw (its :a gw)) (mz (its :a mz)) ;; - ;; Delegations + ;; Delegations. #+subnet/fretwank (dhcp :ns (metalzone.ns vampire.ns)) (io :ns ((ns.io :ip dns-frontend))))