distorted.lisp: Define addresses for all of the new machines.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 31 May 2011 09:24:12 +0000 (10:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 31 May 2011 09:24:12 +0000 (10:24 +0100)
New feature: we have CNAME records for some of our regular DHCP
clients.

distorted.lisp

index 20a64e0..ed09808 100644 (file)
 ;; 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))
           (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)