kea: tweak renew,rebind timer to 2.5min/5min, change max-time of c3d2 to 1d

This commit is contained in:
Sandro - 2023-11-13 19:53:32 +01:00
parent 352d95bf55
commit 6c6c6f30b0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@
# "www1" = "aa:00:13:8b:03:47"; # "www1" = "aa:00:13:8b:03:47";
# "riscbert" = "6c:cf:39:00:05:95"; # "riscbert" = "6c:cf:39:00:05:95";
}; };
time = 120; time = 300;
max-time = 7 * 24 * 3600; max-time = 24 * 3600;
router = "c3d2-gw3"; router = "c3d2-gw3";
}; };
domainName = "c3d2.zentralwerk.org"; domainName = "c3d2.zentralwerk.org";

View File

@ -202,7 +202,7 @@ lib.mkMerge (
dhcp = { dhcp = {
start = "172.20.73.194"; start = "172.20.73.194";
end = "172.20.73.254"; end = "172.20.73.254";
max-time = lib.mkForce 2592000; max-time = lib.mkForce 30 * 24 * 3600;
}; };
}; };
priv20 = { priv20 = {

View File

@ -5,7 +5,7 @@
end = "172.20.79.253"; end = "172.20.79.253";
router = "pub-gw"; router = "pub-gw";
server = "pub-gw"; server = "pub-gw";
time = 120; time = 300;
max-time = 12 * 3600; max-time = 12 * 3600;
}; };
domainName = "pub.zentralwerk.org"; domainName = "pub.zentralwerk.org";