chiark
/
gitweb
/
~mdw
/
zones
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a66b6a
)
hosts.lisp: Delete IPv6 address for `guvnor'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 17 Jun 2024 15:58:37 +0000
(16:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 17 Jun 2024 15:58:37 +0000
(16:58 +0100)
It doesn't mean anything, since it's not actually the router address --
which is link-local for IPv6.
Also, it collided with the address allocated for `richmond', which is
embarrassing.
hosts.lisp
patch
|
blob
|
blame
|
history
diff --git
a/hosts.lisp
b/hosts.lisp
index ceb3ae77e100a832ec78641f7c71a0de3a4dfbe8..2601f2d3a66d6ac46aaa91aed758710b41be9965 100644
(file)
--- a/
hosts.lisp
+++ b/
hosts.lisp
@@
-62,7
+62,7
@@
(defnet jump-ipv6 "2001:ba8:1d9/48")
;;; Host allocations
;; External addresses.
-(defhost guvnor.dmz (
(:ipv4 gw 0) (:ipv6 dmz "::1:1")
))
+(defhost guvnor.dmz (
gw 0
))
(defhost radius.dmz (dmz 1))
(defhost roadstar.dmz (dmz 2))
(defhost jem.dmz (dmz 3))