aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/space_server/files/networkd/10-lan20.network5
-rw-r--r--roles/space_server/files/nftables.conf1
2 files changed, 6 insertions, 0 deletions
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
}