chiark / gitweb /
distorted.lisp, hosts.lisp: Welcome `mdwdev' to the VPN.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 May 2022 22:25:33 +0000 (23:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 May 2022 22:25:33 +0000 (23:25 +0100)
distorted.lisp
hosts.lisp

index 690c8dc29c953c1700d8f9bf1d13e14fafe4f6ab..63d5a4e5fe62f50b8eab683f916ab854be82a151 100644 (file)
@@ -229,6 +229,7 @@ (defzone distorted.org.uk
   (national :abbrev n (linode :abbrev nl) (upn :abbrev ny))
   (national (linode :addr national.linode)
            (upn :addr national.upn))
+  (mdwdev (upn :addr mdwdev.upn))
 
   ;; Media server (on loan to Good Technology HSTG).
 
index 2c1719e5055c6b6903787d3fdcf7546c640ead30..f48195ac1b9edfe554770c427892aa62ac3494e7 100644 (file)
@@ -136,6 +136,7 @@ (defhost spirit.vpn ((:ipv4 vpn 9) (:ipv6 vpn "::9:1")))
 
 ;; Untrusted private network.
 (defhost national.upn ((:ipv4 upn 1) (:ipv6 upn "::1:1")))
+(defhost mdwdev.upn ((:ipv4 upn 2) (:ipv6 upn "::2:1")))
 
 ;; Iodine network.
 (defhost jazz.iodine (iodine 1))
@@ -186,5 +187,6 @@    (defhost stratocaster stratocaster.jump)
    (defhost national national.linode)))
 
 (defhost marshall marshall.jump)
+(defhost mdwdev mdwdev.upn)
 
 ;;;----- That's all, folks --------------------------------------------------