From 4acd48907a06f598a4c76817e9f75022107021fc Mon Sep 17 00:00:00 2001 Message-Id: <4acd48907a06f598a4c76817e9f75022107021fc.1714409489.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 23 Dec 2006 14:41:09 +0000 Subject: [PATCH] Update for Demon IP-address change. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.org.uk.lisp | 6 ++++-- distorted.tex | 4 +--- hosts.lisp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/distorted.org.uk.lisp b/distorted.org.uk.lisp index a677d71..e851922 100644 --- a/distorted.org.uk.lisp +++ b/distorted.org.uk.lisp @@ -16,9 +16,10 @@ (defnet distorted.org.uk 172.29.198.0/23 ;; Host allocations (defhost guvnor (unsafe)) -(defhost guvnor.demon 83.105.60.35) +(defhost guvnor.demon 80.177.3.76) (defhost metalzone (unsafe)) (defhost tubescreamer (safe)) +(defhost obsidian (safe)) (defhost evolution (unsafe)) (defhost evolution.wireless (wireless)) (defhost fuzzface (virtual)) @@ -38,7 +39,7 @@ (defzone distorted.org.uk ((@ lists bugs cryptomail) :mx guvnor) ;; ;; Colocated services - ((www ftp wiki) :a boyle.nsict.org) + ((www ftp wiki git) :a boyle.nsict.org) ;; ;; Entry is via little port-forwarding box (guvnor (demon :a guvnor.demon) @@ -54,6 +55,7 @@ (defzone distorted.org.uk ;; Wired ethernet (metalzone (fretwank :a metalzone)) (tubescreamer (fretwank :a tubescreamer)) + (obsidian (fretwank :a obsidian)) (fuzzface (virtual :a fuzzface)) (mz (virtual :a mz)) ;; diff --git a/distorted.tex b/distorted.tex index bec4f22..1ec0db2 100644 --- a/distorted.tex +++ b/distorted.tex @@ -340,9 +340,7 @@ externally available: these are shown in table~\ref{tab:services}. Ident & TCP 113 & NTP & UDP 123% %%\footnote{Only to upstream ISP's time servers.} & HTTPS & TCP 443 \\ - TrIPE & UDP 22\,003 - & \multicolumn{2}{c|}{---} - & \multicolumn{2}{c|}{---} \\ \hlx{vh} + rsync & TCP 873 & GIT & TCP 9418 & TrIPE & UDP 22\,003 \\ \hlx{vh} \end{tabular} \end{minipage} diff --git a/hosts.lisp b/hosts.lisp index c98c133..6287e8b 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -1,6 +1,6 @@ ;; Static IP addresses for various useful hosts -(defhost guvnor.distorted.org.uk 83.105.60.35) +(defhost guvnor.distorted.org.uk 80.177.3.76) (defhost boyle.nsict.org 85.158.42.162) (defhost chiark.greenend.org.uk 193.201.200.170) (defhost mccoy.flatline.org.uk 80.74.241.31) -- [mdw]