X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/b0eb5b79a4e308827aee1534384607265429af61..40832d8058e6f13747cb8abac5f64263827bde8a:/hosts.lisp diff --git a/hosts.lisp b/hosts.lisp index 25e151e..bbe1663 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -7,7 +7,7 @@ (defhost boyle.nsict.org ((:ipv4 "85.158.42.162"))) (defhost chiark.greenend.org.uk ((:ipv4 "212.13.197.229") - (:ipv6 "2001:ba8:1e3::"))) + #+chiark-dns-ipv6 (:ipv6 "2001:ba8:1e3::"))) (defhost mccoy.flatline.org.uk "80.74.241.31") (defhost mythic-ns1 ((:ipv4 "45.33.127.156") (:ipv6 "2600:3c00::f03c:91ff:fe96:beac"))) @@ -25,6 +25,7 @@ (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 @@ ;; 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))