freifunk, yggdrasil: enlarge core network from /26 to /25

This commit is contained in:
Astro 2021-05-27 01:35:38 +02:00
parent 0aef44118f
commit 0f9193d874
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@
freifunk-nixos-rebuild = mkDeploy {
name = "freifunk";
host = "freifunk.core.zentralwerk.org";
host = "freifunk.core.zentralwerk.dn42";
};
matemat-nixos-rebuild = mkDeploy {

View File

@ -2,7 +2,7 @@
let
coreAddress = hostRegistry.hosts.freifunk.ip4;
corePrefixlen = 26;
corePrefixlen = 25;
meshInterface = "bmx";
meshLoopback = "bmx_prime";
ddmeshRegisterUrl = "https://register.freifunk-dresden.de/bot.php";

View File

@ -40,7 +40,7 @@ in {
ipv4 = {
addresses = [{
address = host.ip4;
prefixLength = 26;
prefixLength = 25;
}];
};
ipv6 = {