From 8c717a9f0421b32d0dbeb0b6c3d63efd75b703e7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 4 Apr 2015 18:04:17 +0100 Subject: [PATCH] binswood.lisp: New master router; expunge dead devices. --- binswood.lisp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/binswood.lisp b/binswood.lisp index 8cb184f..5356168 100644 --- a/binswood.lisp +++ b/binswood.lisp @@ -7,12 +7,8 @@ ;; Binswood. Address range retroactively claimed from Cambridge G-RIN. (defnet binswood.org.uk 10.165.27.0/24 (binswood 256)) -(defhost netgear.binswood (binswood 1)) -(defhost linksys.binswood (binswood 2)) +(defhost binswrt.binswood (binswood 1)) (defhost mango.binswood (binswood 3)) -(defhost hplaser.binswood (binswood 4)) -(defhost wifi-client-1.binswood (binswood 5)) -(defhost hplaser2.binswood (binswood 6)) (defzone binswood.org.uk @@ -24,12 +20,8 @@ (mythic-beasts-2.ns :ip mythic-ns2)) ;; Internal hosts. - (netgear :a netgear.binswood) - (linksys :a linksys.binswood) + (binswrt :a binswrt.binswood) (mango :a mango.binswood) - (hplaser :a hplaser.binswood) - (hplaser2 :a hplaser2.binswood) - (wifi-client-1 :a wifi-client-1.binswood) ;; External services. ((@ www) :svc stratocaster) -- 2.11.0