X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/blobdiff_plain/8ca446b52a0e12c103b26ffe87b158a50c8a78a8..a40e7df27641815edbd243bb456cfbc958d0eaf9:/distorted.lisp diff --git a/distorted.lisp b/distorted.lisp index 8ab90af..60f854e 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -25,7 +25,7 @@ (defhost guvnor.demon 80.177.3.76) ;; Unsafe network. (defhost guvnor (unsafe 1)) (defhost metalzone (unsafe 2)) -(defhost evolution (unsafe 3)) +;;(defhost evolution.fretwank (unsafe 3)) (defhost vampire (unsafe 4)) ;; Safe network. @@ -33,8 +33,8 @@ (defhost tubescreamer (safe 1)) (defhost obsidian (safe 2)) ;; Wireless network. -(defhost evolution.untrusted (untrusted 1)) -(defhost vampire.untrusted (untrusted 2)) +(defhost vampire.untrusted (untrusted 1)) +(defhost evolution (untrusted 2)) ;; Virtual private network. (defhost crybaby (virtual 1)) @@ -51,7 +51,7 @@ (setf *default-zone-admin* "hostmaster@distorted.org.uk") (preferred-subnet-case (fretwank - (setf *default-zone-source* 'metalzone.distorted.org.uk.) + (setf *default-zone-source* 'vampire.distorted.org.uk.) (defhost www-frontend metalzone)) (t (setf *default-zone-source* 'guvnor.distorted.org.uk.) @@ -86,21 +86,21 @@ (defzone distorted.org.uk ;; ;; Wireless gateway (untrusted :net untrusted) - (evolution (fretwank :a evolution) (untrusted :a evolution.untrusted)) + (evolution (untrusted :a evolution)) ;; ;; Local services (@ :svc www-frontend) ((www ftp wiki git bugs mail rawk) (inet :svc guvnor.demon) (fretwank :svc metalzone)) - ((db) + ((db tor) (inet :svc guvnor.demon) (fretwank :svc vampire)) (vox (inet :svc guvnor.demon) (fretwank :svc vampire)) ;; ;; Internal services - ((news ntp) (fretwank :svc metalzone)) - ((www-cache wpad ntp1) (fretwank :svc vampire)) + ((news ntp1) (fretwank :svc metalzone)) + ((www-cache wpad ntp) (fretwank :svc vampire)) ;; ;; Wired ethernet (fretwank :net fretwank)