From: Mark Wooding Date: Fri, 30 Mar 2012 22:48:02 +0000 (+0100) Subject: hosts.lisp, distorted.lisp: Allocate a separate address for iodine. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/85a3496ce7e5bd59171999f4de38c8039266fe3e hosts.lisp, distorted.lisp: Allocate a separate address for iodine. This is the only way of getting it to work, it seems. BIND9 can be persuaded to serve using a nonstandard port, but it has no way to forward to another server listening on such a port. This is obviously crazy, but I'm still running a surplus of addresses. --- diff --git a/distorted.lisp b/distorted.lisp index 85c9338..892daab 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -79,6 +79,9 @@ (defzone distorted.org.uk (tor :svc #+view/inside vampire.unsafe #-view/inside anon.dmz) + ;; Fancy connectivity. + (iodine (dmz :a iodine.dmz)) + ;; Colocated hosts. (colo :net colo) (jump :net jump) @@ -137,7 +140,7 @@ (defzone distorted.org.uk ;; Delegations. (dhcp :ns (radius.ns vampire.ns)) - (io :ns ((ns.io :ip vampire)))) + (io :ns ((ns.io :ip iodine.dmz)))) ;;;-------------------------------------------------------------------------- ;;; Other subsidiary zones. diff --git a/hosts.lisp b/hosts.lisp index b2beaae..d62cc5e 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -47,6 +47,7 @@ (defhost jem.dmz (dmz 4)) (defhost artist.dmz (dmz 5)) (defhost vampire.dmz (dmz 6)) (defhost ibanez.dmz (dmz 9)) +(defhost iodine.dmz (dmz 11)) (defhost anon.dmz (dmz 12)) (defhost gate.dmz (dmz 13)) (defhost nat.dmz (dmz 14))