X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/fdcd43da6ee9e893d59e3420ed20a3accbfc714a..df1d9fe18df7ab9e1b130515ad38c0f8b06c912d:/hosts.lisp diff --git a/hosts.lisp b/hosts.lisp index 9cd6a73..546258f 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -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" @@ -40,7 +41,8 @@ (defnet gw "81.2.113.195") (defnet dmz "81.187.238.128/28") (defnet distorted.org.uk-aaisp "2001:8b0:c92/48" - (unsafe "1/64") + (unsafe "1/64" + (dhcp "6468:6370/96")) (dmz "fff/64") (safe "4001/64") (untrusted "8001/64")) @@ -133,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))