X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/blobdiff_plain/325fe4878358be1bc3f3fd50df4a6a9c93aa8331..cc30fb507626c4893cd87424030ae70a0369eeaf:/hosts.lisp diff --git a/hosts.lisp b/hosts.lisp index 107e2d6..7193161 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -28,12 +28,17 @@ (defnet distorted.org.uk "172.29.198/23" (hippo "144/28") (upn "160/27")) (trusted "199.0/24" - (wired "0/25" - (unsafe "0/27") - (dhcp "32/27")) + (unsafe "0/25" + (unsafe-static00 "0/27") + (unsafe-dhcp01 "32/27") + (unsafe-dhcp1x "64/26")) (vpn "128/27") (its "160/30") - (safe "192/27") + (safe "192/27" + (safe-static00x "192/29") + (safe-static010 "200/30") + (safe-dhcp011 "204/30") + (safe-dhcp1xx "208/28")) (any "224/27"))) ;; Externally routable DMZ from Andrews and Arnold. @@ -42,10 +47,11 @@ (defnet dmz "81.187.238.128/28") (defnet dmz1 "217.169.12.64/28") (defnet distorted.org.uk-aaisp "2001:8b0:c92/48" (unsafe "1/64" - (dhcp "6468:6370/96")) + (unsafe-dhcp "6468:6370/96")) (any "0/64") (dmz "fff/64") - (safe "4001/64") + (safe "4001/64" + (safe-dhcp "6468:6370/96")) (vpn "6000/64") (untrusted "8001/64") (upn "a000/64"))