aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/files')
-rw-r--r--roles/space_server/files/networkd/10-lan20.network13
-rw-r--r--roles/space_server/files/nftables.conf5
2 files changed, 17 insertions, 1 deletions
diff --git a/roles/space_server/files/networkd/10-lan20.network b/roles/space_server/files/networkd/10-lan20.network
index 06b1ff1..c515443 100644
--- a/roles/space_server/files/networkd/10-lan20.network
+++ b/roles/space_server/files/networkd/10-lan20.network
@@ -14,6 +14,10 @@ MulticastDNS=no
LLDP=yes
EmitLLDP=no
+##
+## Vanity addresses
+##
+
[Route]
Destination=2a01:4262:1ab::cafe/128
Gateway=2a01:4262:1ab:20::5
@@ -21,3 +25,12 @@ Gateway=2a01:4262:1ab:20::5
[Route]
Destination=2a01:4262:1ab::db/128
Gateway=2a01:4262:1ab:20::6
+
+##
+## Labicolo
+##
+
+# Asbjorn /60
+[Route]
+Destination=2a01:4260:1ab:1100::/60
+Gateway=2a01:4262:1ab:20::75
diff --git a/roles/space_server/files/nftables.conf b/roles/space_server/files/nftables.conf
index 3c34582..4bd4f5b 100644
--- a/roles/space_server/files/nftables.conf
+++ b/roles/space_server/files/nftables.conf
@@ -44,7 +44,10 @@ define pass_net6 = 2a01:4262:1ab:e::/64
define colo_if = lan20
define colo_ip4 = 185.38.175.65
define colo_net4 = 185.38.175.64/26
-define colo_net6 = 2a01:4262:1ab:20::/64
+define colo_net6 = {
+ 2a01:4262:1ab:20::/64,
+ 2a01:4262:1ab:1100::/60, # Asbjorn
+}
define avahi_ifs = { $wire_if, $priv_if, $pass_if }