From: Mark Wooding Date: Fri, 31 May 2024 16:23:46 +0000 (+0100) Subject: hosts.lisp, distorted.lisp: Add static address for scanner. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/19ed8557133bcc9c143017b4ca72d282881a643f?ds=inline hosts.lisp, distorted.lisp: Add static address for scanner. --- diff --git a/distorted.lisp b/distorted.lisp index 190c54e..9516a01 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -235,9 +235,11 @@ (defzone distorted.org.uk (lunch :alias ap1) (lunch (safe :addr lunch.safe)) - ;; Printer. + ;; Printer and scanner. (burntaxe :alias lp0) (burntaxe (safe :addr burntaxe.safe)) + (unicorn :alias scan0) + (unicorn (safe :addr unicorn.safe)) ;; Switches. (grigsby :alias tp0) diff --git a/hosts.lisp b/hosts.lisp index 8add49a..107e2d6 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -120,6 +120,7 @@ (defhost tritan.safe (safe 6)) (defhost kitkat.safe (safe 7)) (defhost lunch.safe (safe 8)) (defhost burntaxe.safe (safe 9)) +(defhost unicorn.safe (safe 10)) ;; Wireless network. (defhost radius.untrusted (untrusted 1))