From 1a7229db6db0ddd1d5f1f92d07a0d033c826ad6b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 19 Apr 2018 15:05:56 +0200 Subject: Finished adding ipv6 addresses on all openvpn intercos --- cmdb/hosts/myth.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmdb/hosts/myth.yaml') diff --git a/cmdb/hosts/myth.yaml b/cmdb/hosts/myth.yaml index 213c109..a0bc10a 100644 --- a/cmdb/hosts/myth.yaml +++ b/cmdb/hosts/myth.yaml @@ -7,6 +7,8 @@ tunnels: port: 1194 ip: "10.1.0.25" peer: "10.1.0.24" + ip6: "fd00:0:0:a::1" + peer6: "fd00:0:0:a::" remote_host: cobsd-jde.nexen.net remote_port: 1198 collab: @@ -15,9 +17,13 @@ tunnels: peer: "10.1.0.16" remote_host: collab-jde.nexen.net remote_port: 1198 + ip6: "fd00:0:0:5::1" + peer6: "fd00:0:0:5::" legend: port: 1196 ip: "10.1.0.29" peer: "10.1.0.28" + ip6: "fd00:0:0:c::1" + peer6: "fd00:0:0:c::" remote_host: legend.adyxax.org remote_port: 1199 -- cgit v1.2.3