aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-04-27 17:19:12 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-04-27 17:19:12 +0000
commitad8b2990fcc82166a1f3e7ff06ebdc13a9854b03 (patch)
treeec7deea7274b71f6d8605727dcf970dce5180452
parent15cb51cbf43967bfed4c2da621fb432bf33b1fb8 (diff)
downloadlabitat-ansible-ad8b2990fcc82166a1f3e7ff06ebdc13a9854b03.tar.gz
labitat-ansible-ad8b2990fcc82166a1f3e7ff06ebdc13a9854b03.tar.xz
labitat-ansible-ad8b2990fcc82166a1f3e7ff06ebdc13a9854b03.zip
space_server: networkd: duplicate static routes
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
-rw-r--r--roles/space_server/files/networkd/10-lan20.network12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/space_server/files/networkd/10-lan20.network b/roles/space_server/files/networkd/10-lan20.network
index 51260b2..421884d 100644
--- a/roles/space_server/files/networkd/10-lan20.network
+++ b/roles/space_server/files/networkd/10-lan20.network
@@ -31,6 +31,10 @@ Gateway=2a01:4262:1ab:20::5
Destination=2a01:4262:1ab::db/128
Gateway=2a01:4262:1ab:20::6
+[Route]
+Destination=2a00:fbe4:1ab::db/128
+Gateway=2a00:fbe4:1ab:20::6
+
##
## Labicolo
##
@@ -40,7 +44,15 @@ Gateway=2a01:4262:1ab:20::6
Destination=2a01:4262:1ab:1100::/60
Gateway=2a01:4262:1ab:20::75
+[Route]
+Destination=2a00:fbe4:1ab:1100::/60
+Gateway=2a00:fbe4:1ab:20::75
+
# Esmil /60
[Route]
Destination=2a01:4262:1ab:1110::/60
Gateway=2a01:4262:1ab:20::79
+
+[Route]
+Destination=2a00:fbe4:1ab:1110::/60
+Gateway=2a00:fbe4:1ab:20::79