From 483f49bba4bc641ace6562ba3a1290aad2679fba Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Mon, 18 Mar 2019 15:20:54 +0100 Subject: [PATCH] Inventory: add new domain dom0 --- inventory/group_vars/all | 39 +++++++++++++++++++ inventory/host_vars/ingwer.freifunk-mwu.de | 4 ++ .../host_vars/lotuswurzel.freifunk-mwu.de | 4 ++ inventory/host_vars/spinat.freifunk-mwu.de | 4 ++ .../host_vars/uffschnitt.freifunk-mwu.de | 4 ++ .../host_vars/wasserfloh.freifunk-mwu.de | 4 ++ 6 files changed, 59 insertions(+) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 76f4b21..a991d0d 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -60,6 +60,45 @@ git_path: "/home/admin/clones" gopath: "/opt/go" meshes: + - id: dom0 + domain_number: 0 + domain_code: dom0 + domain_name: Domain 0 + aliases: + umland: Umland + ipv4_network: 10.86.0.0/20 + ipv6_ula: + - fd86:b4dc:4b1e::/64 + ipv6_public: + - 2a03:2260:11a:ff::/64 + batman: + it: 10000 + gw: server 96mbit/96mbit + mm: 0 + dat: 1 + hop_penalty: 60 + radvd: + maxrtradvinterval: 900 + advvalidlifetime: 864000 + advpreferredlifetime: 172800 + iface_mtu: 1350 + fastd: + nodes: + instances: + - id: 0 + mtu: 1406 + pass: fastd/dom0vpn + peers: + repo: https://github.com/freifunk-mwu/peers-ffmwu.git + version: master + backbone: + instances: + - id: 0 + mtu: 1406 + pass: fastd/dom0igvpn + dns: + master: fd37:b4dc:4b1e::a25:103 + - id: dom1 domain_number: 1 domain_code: dom1 diff --git a/inventory/host_vars/ingwer.freifunk-mwu.de b/inventory/host_vars/ingwer.freifunk-mwu.de index 89f783d..021b354 100644 --- a/inventory/host_vars/ingwer.freifunk-mwu.de +++ b/inventory/host_vars/ingwer.freifunk-mwu.de @@ -8,6 +8,10 @@ public_gw_prefixes: - ipv6: 2a03:2260:11b:a100::/56 mesh_gw_prefixes: + dom0: + ipv4_dhcp: 10.86.4.0/23 + ipv6_public: + - 2a03:2260:11a:a1ff::/64 dom1: ipv4_dhcp: 10.86.20.0/23 ipv6_public: diff --git a/inventory/host_vars/lotuswurzel.freifunk-mwu.de b/inventory/host_vars/lotuswurzel.freifunk-mwu.de index 5677695..766b8bd 100644 --- a/inventory/host_vars/lotuswurzel.freifunk-mwu.de +++ b/inventory/host_vars/lotuswurzel.freifunk-mwu.de @@ -8,6 +8,10 @@ public_gw_prefixes: - ipv6: 2a03:2260:11b:1700::/56 mesh_gw_prefixes: + dom0: + ipv4_dhcp: 10.86.10.0/23 + ipv6_public: + - 2a03:2260:11a:17ff::/64 dom1: ipv4_dhcp: 10.86.26.0/23 ipv6_public: diff --git a/inventory/host_vars/spinat.freifunk-mwu.de b/inventory/host_vars/spinat.freifunk-mwu.de index 7c77751..5e8aa1f 100644 --- a/inventory/host_vars/spinat.freifunk-mwu.de +++ b/inventory/host_vars/spinat.freifunk-mwu.de @@ -8,6 +8,10 @@ public_gw_prefixes: - ipv6: 2a03:2260:11b:0700::/56 mesh_gw_prefixes: + dom0: + ipv4_dhcp: 10.86.2.0/23 + ipv6_public: + - 2a03:2260:11a:7ff::/64 dom1: ipv4_dhcp: 10.86.18.0/23 ipv6_public: diff --git a/inventory/host_vars/uffschnitt.freifunk-mwu.de b/inventory/host_vars/uffschnitt.freifunk-mwu.de index 7e28e54..2d2b336 100644 --- a/inventory/host_vars/uffschnitt.freifunk-mwu.de +++ b/inventory/host_vars/uffschnitt.freifunk-mwu.de @@ -8,6 +8,10 @@ public_gw_prefixes: - ipv6: 2a03:2260:11b:6500::/56 mesh_gw_prefixes: + dom0: + ipv4_dhcp: 10.86.6.0/23 + ipv6_public: + - 2a03:2260:11a:65ff::/64 dom1: ipv4_dhcp: 10.86.22.0/23 ipv6_public: diff --git a/inventory/host_vars/wasserfloh.freifunk-mwu.de b/inventory/host_vars/wasserfloh.freifunk-mwu.de index 5598299..575e24e 100644 --- a/inventory/host_vars/wasserfloh.freifunk-mwu.de +++ b/inventory/host_vars/wasserfloh.freifunk-mwu.de @@ -8,6 +8,10 @@ public_gw_prefixes: - ipv6: 2a03:2260:11b:e700::/56 mesh_gw_prefixes: + dom0: + ipv4_dhcp: 10.86.8.0/23 + ipv6_public: + - 2a03:2260:11a:e7ff::/64 dom1: ipv4_dhcp: 10.86.24.0/23 ipv6_public: