From 786884832acd667376cc92d5d7d858dcf545371e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 26 Nov 2018 23:26:17 +0000 Subject: space_server: add Asbjorn's colo addresses and net --- documentation/addressplan.txt | 3 +++ roles/space_server/files/networkd/10-lan20.network | 13 +++++++++++++ roles/space_server/files/nftables.conf | 5 ++++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/documentation/addressplan.txt b/documentation/addressplan.txt index 7e8aa6e..a32dbf5 100644 --- a/documentation/addressplan.txt +++ b/documentation/addressplan.txt @@ -7,6 +7,7 @@ * 185.38.175.069 - spacebrain.labitat.dk * 185.38.175.070 - spacewand.labitat.dk * 185.38.175.071 - reserved for tor exit node + * 185.38.175.075 - Asbjorn ********************* 2a01:4262:1ab:0000::/48 - allocated and announced ******************** 2a01:4262:1ab:0xxx::/52 - labitat internal use @@ -23,10 +24,12 @@ ***************** 2a01:4262:1ab:0020::/64 - vlan 20 - labicolo * 2a01:4262:1ab:0020::5 - spacewand.labitat.dk * 2a01:4262:1ab:0020::6 - spacebrain.labitat.dk + * 2a01:4262:1ab:0020::75 - Asbjorn ******************** 2a01:4262:1ab:1xxx::/52 - labicolo 16x /56 ******************* 2a01:4262:1ab:10xx::/56 - 256x /64 delegations ******************* 2a01:4262:1ab:11xx::/56 - 16x /60 delegations + ****************** 2a01:4262:1ab:110x::/60 - Asbjorn Linknets: 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 } -- cgit v1.2.1