diff options
-rw-r--r-- | documentation/addressplan.txt | 1 | ||||
-rw-r--r-- | roles/space_server/files/networkd/10-lan20.network | 5 | ||||
-rw-r--r-- | roles/space_server/files/nftables.conf | 1 |
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 } |