From e0c2b64338708c20e7f9eba13b04502b6335fc35 Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Tue, 3 Mar 2015 20:52:51 +0100 Subject: [PATCH] add mesh peerings yaml file do not forget to remove the gateway you are running puppet on --- mesh_peerings.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 mesh_peerings.yaml diff --git a/mesh_peerings.yaml b/mesh_peerings.yaml new file mode 100644 index 0000000..f214848 --- /dev/null +++ b/mesh_peerings.yaml @@ -0,0 +1,27 @@ +hh-gw01: + ipv4: "10.112.14.1" + ipv6: "fd51:2bb2:fd0d::e01" + +hh-gw02: + ipv4: "10.112.42.1" + ipv6: "2a03:2267::201" + +hh-gw03: + ipv4: "10.112.1.3" + ipv6: "2a03:2267::301" + +hh-gw05: + ipv4: "10.112.18.1" + ipv6: "fd51:2bb2:fd0d::d01" + +hh-gw08: + ipv4: "10.112.22.1" + ipv6: "fd51:2bb2:fd0d::b01" + +hh-srv01: + ipv4: "10.112.1.1" + ipv6: "fd51:2bb2:fd0d::101" + +hh-srv02: + ipv4: "10.112.1.2" + ipv6: "fd51:2bb2:fd0d::102"