From: Mark Wooding Date: Tue, 31 May 2011 09:24:12 +0000 (+0100) Subject: distorted.lisp: Define addresses for all of the new machines. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/4b5e05ad55cb9dd0188d0137ff6b3ddcf82b5a73 distorted.lisp: Define addresses for all of the new machines. New feature: we have CNAME records for some of our regular DHCP clients. --- diff --git a/distorted.lisp b/distorted.lisp index 20a64e0..ed09808 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -27,12 +27,16 @@ ;; Unsafe network. (defhost guvnor (unsafe 1)) (defhost metalzone (unsafe 2)) -;;(defhost evolution.fretwank (unsafe 3)) +(defhost radius (unsafe 3)) (defhost vampire (unsafe 4)) +(defhost roadstar (unsafe 5)) +(defhost jem (unsafe 6)) +(defhost artist (unsafe 7)) ;; Safe network. (defhost tubescreamer (safe 1)) (defhost obsidian (safe 2)) +(defhost ibanez (safe 3)) ;; Wireless network. (defhost vampire.untrusted (untrusted 1)) @@ -117,6 +121,14 @@ (untrusted :a vampire.untrusted) (iodine :a vampire.iodine)) (obsidian (fretwank :a obsidian)) + (ibanez (fretwank :a ibanez)) + (radius (fretwank :a radius)) + (roadstar (fretwank :a roadstar)) + (jem (fretwank :a jem)) + (artist (fretwank :a artist)) + (gibson :cname gibson.dhcp) + (lespaul :cname lespaul.dhcp) + (firebird :cname firebird.dhcp) ;; ;; Virtual network. (virtual :net virtual)