aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2020-08-13 17:36:33 +0200
committerEmil Renner Berthing <esmil@labitat.dk>2020-08-13 17:39:06 +0200
commita5ccc4b5ee50f5fd1efeb967579fa975f769428d (patch)
tree44145b18654f1332bb1081c994cae4ba9afd8b3c
parent30671c89460abef279679f23be59f5a0d0df7d20 (diff)
downloadlabitat-ansible-a5ccc4b5ee50f5fd1efeb967579fa975f769428d.tar.gz
labitat-ansible-a5ccc4b5ee50f5fd1efeb967579fa975f769428d.tar.xz
labitat-ansible-a5ccc4b5ee50f5fd1efeb967579fa975f769428d.zip
space_server: add labicolo ipv6 range for Esmil
-rw-r--r--documentation/addressplan.txt1
-rw-r--r--roles/space_server/files/networkd/10-lan20.network5
-rw-r--r--roles/space_server/files/nftables.conf1
3 files changed, 7 insertions, 0 deletions
diff --git a/documentation/addressplan.txt b/documentation/addressplan.txt
index a50d237..ade8805 100644
--- a/documentation/addressplan.txt
+++ b/documentation/addressplan.txt
@@ -37,6 +37,7 @@
******************* 2a01:4262:1ab:10xx::/56 - 256x /64 delegations
******************* 2a01:4262:1ab:11xx::/56 - 16x /60 delegations
****************** 2a01:4262:1ab:110x::/60 - Asbjorn
+ ****************** 2a01:4262:1ab:111x::/60 - Esmil
Linknets:
diff --git a/roles/space_server/files/networkd/10-lan20.network b/roles/space_server/files/networkd/10-lan20.network
index 3b08cb3..9b8254f 100644
--- a/roles/space_server/files/networkd/10-lan20.network
+++ b/roles/space_server/files/networkd/10-lan20.network
@@ -37,3 +37,8 @@ Gateway=2a01:4262:1ab:20::6
[Route]
Destination=2a01:4262:1ab:1100::/60
Gateway=2a01:4262:1ab:20::75
+
+# Esmil /60
+[Route]
+Destination=2a01:4262:1ab:1110::/60
+Gateway=2a01:4262:1ab:20::79
diff --git a/roles/space_server/files/nftables.conf b/roles/space_server/files/nftables.conf
index dee82a2..adb1208 100644
--- a/roles/space_server/files/nftables.conf
+++ b/roles/space_server/files/nftables.conf
@@ -55,6 +55,7 @@ define colo_net4 = {
define colo_net6 = {
2a01:4262:1ab:20::/64,
2a01:4262:1ab:1100::/60, # Asbjorn
+ 2a01:4262:1ab:1110::/60, # Esmil
2001:678:15c::/48, # graffen
}