From ad8b2990fcc82166a1f3e7ff06ebdc13a9854b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sun, 27 Apr 2025 17:19:12 +0000 Subject: space_server: networkd: duplicate static routes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- roles/space_server/files/networkd/10-lan20.network | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'roles') 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 -- cgit v1.2.1