From 9dc37b96e57f7c34c2c0fad48d11c3a296b16830 Mon Sep 17 00:00:00 2001 Message-Id: <9dc37b96e57f7c34c2c0fad48d11c3a296b16830.1715502521.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 3 Mar 2012 20:29:31 +0000 Subject: [PATCH] hosts.lisp: Promote `safe' net. Organization: Straylight/Edgeware From: Mark Wooding The firewall configuration already assumed that I'd done this, but I hadn't. --- hosts.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts.lisp b/hosts.lisp index fee2e5d..e29c30b 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -28,12 +28,12 @@ (defnet distorted.org.uk 172.29.198.0/23 (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 -- [mdw]