diff options
author | Julien Dessaux | 2018-04-19 15:05:56 +0200 |
---|---|---|
committer | Julien Dessaux | 2018-04-19 15:13:37 +0200 |
commit | 1a7229db6db0ddd1d5f1f92d07a0d033c826ad6b (patch) | |
tree | 748fd5d14fc4bdd6a9c88f748f42646b4a26034e /cmdb/hosts/cobsd-jde.yaml | |
parent | Added openvpn ipv6 support (diff) | |
download | masterfiles-1a7229db6db0ddd1d5f1f92d07a0d033c826ad6b.tar.gz masterfiles-1a7229db6db0ddd1d5f1f92d07a0d033c826ad6b.tar.bz2 masterfiles-1a7229db6db0ddd1d5f1f92d07a0d033c826ad6b.zip |
Finished adding ipv6 addresses on all openvpn intercos
Diffstat (limited to '')
-rw-r--r-- | cmdb/hosts/cobsd-jde.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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" |