chiark / gitweb /
hosts.lisp, distorted.lisp: Define a network for `hippotat'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 1 Oct 2017 14:40:31 +0000 (15:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 1 Oct 2017 14:42:09 +0000 (15:42 +0100)
This is for Ian Jackson's `Asinine IP Over HTTP' utility.

distorted.lisp
hosts.lisp

index e17768b486a13f4b170ce74b2b464a0662dfee54..a2b9a4f31601a007d179aa8af42ff775df217cd3 100644 (file)
@@ -183,6 +183,7 @@ (defzone distorted.org.uk
 
   ;; Fancy connectivity.
   (iodine (jump :svc jazz.jump))
+  (hippotat (jump :svc jazz.jump))
 
   ;; Colocated hosts.
   (colo :net colo)
@@ -209,7 +210,8 @@ (defzone distorted.org.uk
   (jazz (colo :addr jazz.colo :sshfp "jazz")
        (jump :addr jazz.jump :sshfp "jazz")
        (vpn :addr jazz.vpn :sshfp "jazz")
-       (iodine :addr jazz.iodine :sshfp "jazz"))
+       (iodine :addr jazz.iodine :sshfp "jazz")
+       (hippo :addr jazz.hippo :sshfp "jazz"))
 
   ;; Virtual hosts.
   (national :abbrev n (linode :abbrev nl) (upn :abbrev ny))
@@ -292,13 +294,15 @@ (defzone distorted.org.uk
   ;; Virtual network.
   (vpn :net vpn)
   (crybaby :abbrev cb)
-  (crybaby (vpn :addr crybaby.vpn :sshfp "crybaby"))
+  (crybaby (vpn :addr crybaby.vpn :sshfp "crybaby")
+          (hippo :addr crybaby.hippo :sshfp "crybaby"))
   (terror (vpn :addr terror.vpn :sshfp "terror"))
   (orange :abbrev o)
   (orange (vpn :addr orange.vpn :sshfp "orange"))
   (haze :abbrev h)
   (haze (vpn :addr haze.vpn :sshfp "haze"))
   (iodine :net iodine)
+  (hippo :net hippo)
 
   ;; ITS.
   (its :net its)
index 25e151e8660ac102517c8d94f876eac74be522df..546258fd7c31e14d3467522cf7fc615d1359d7ee 100644 (file)
@@ -25,6 +25,7 @@ (defnet distorted.org.uk "172.29.198/23"
   (untrusted "198.0/24"
     (wireless "0/25")
     (iodine "128/28")
+    (hippo "144/28")
     (upn "160/27"))
   (trusted "199.0/24"
     (wired "0/25"
@@ -134,6 +135,10 @@ (defhost national.upn ((:ipv4 upn 1) (:ipv6 upn "::1:1")))
 ;; Iodine network.
 (defhost jazz.iodine (iodine 1))
 
+;; Hippotat network.
+(defhost jazz.hippo (hippo 1))
+(defhost crybaby.hippo (hippo 2))
+
 ;; Special network for ITS.
 ;; It doesn't understand point-to-point links, so we need a little net.
 (defhost gw.its (its 1))