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/cobsd-jde.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cmdb/hosts/cobsd-jde.yaml') diff --git a/cmdb/hosts/cobsd-jde.yaml b/cmdb/hosts/cobsd-jde.yaml index 14cdd8b..cfc50e2 100644 --- a/cmdb/hosts/cobsd-jde.yaml +++ b/cmdb/hosts/cobsd-jde.yaml @@ -3,11 +3,21 @@ host_interface: lo1 host_ip: "10.1.0.250" tunnels: + collab: + port: 1194 + ip: "10.1.0.12" + peer: "10.1.0.13" + ip6: "fd00:0:0:8::" + peer6: "fd00:0:0:8::1" legend: port: 1199 ip: "10.1.0.30" peer: "10.1.0.31" + ip6: "fd00:0:0:9::" + peer6: "fd00:0:0:9::1" myth: port: 1198 ip: "10.1.0.24" peer: "10.1.0.25" + ip6: "fd00:0:0:a::" + peer6: "fd00:0:0:a::1" -- cgit v1.2.3