From 1840d35e8cb5e5d0b9f91ce9660f056e1c6d4f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Wed, 21 Feb 2024 23:11:18 +0000 Subject: space_server: networkd: reduce Labicolo to a /27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I want to split Labicolo up in two networks, since it is a bit silly that we have a internet exchange prefix allocation, when all members of the IX are already connected to the same layer 2 network, when they all have transit through the same network. Therefore by splitting Labicolo into 2 networks, we ensure that there is a need for the internet exchange, since not all nodes are able to talk directly to eachother over the transit layer 2 network. Since it would be a bit excessive to allocate another /26 to Labicolo, thereby using half of our IPv4 space for Labicolo. This patch reduces the the current Labicolo network to a /27 network, a subsequent patch will then add a second Labicolo network with the other /27 network. The only issue here is that Labicolo machines, which haven't been updated to have a /27 netmask, will not be able to reach endpoints in 185.38.175.96/27, before they fix their netmask. Signed-off-by: Asbjørn Sloth Tønnesen --- roles/space_server/files/networkd/10-lan20.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/space_server/files/networkd/10-lan20.network') diff --git a/roles/space_server/files/networkd/10-lan20.network b/roles/space_server/files/networkd/10-lan20.network index 9b8254f..b013c47 100644 --- a/roles/space_server/files/networkd/10-lan20.network +++ b/roles/space_server/files/networkd/10-lan20.network @@ -8,7 +8,7 @@ ARP=yes DHCP=no IPv6AcceptRA=no LinkLocalAddressing=no -Address=185.38.175.65/26 +Address=185.38.175.65/27 Address=2a01:4262:1ab:20::1/64 Address=fe80::1/64 IPForward=yes -- cgit v1.2.1