From: Mark Wooding Date: Sat, 3 Mar 2012 20:29:31 +0000 (+0000) Subject: hosts.lisp: Promote `safe' net. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/9dc37b96e57f7c34c2c0fad48d11c3a296b16830 hosts.lisp: Promote `safe' net. The firewall configuration already assumed that I'd done this, but I hadn't. --- diff --git a/hosts.lisp b/hosts.lisp index fee2e5d..e29c30b 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -28,12 +28,12 @@ (trusted 256 (wired 128 (unsafe 32) - (dhcp 32) - (safe 32)) + (dhcp 32)) (virtual 32) - (play 32 + (nil 16 (its 4)) - (colo 32))) + (colo 16) + (safe 32))) ;;;-------------------------------------------------------------------------- ;;; Host allocations