config/net/{c3d2,pub}: wiggle dhcp pool and times

This commit is contained in:
Astro 2023-11-08 20:52:26 +01:00
parent 7cc8115896
commit 3295a15758
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
site.net.c3d2 = {
dhcp = {
server = "c3d2-gw3";
start = "172.22.99.60";
start = "172.22.99.20";
end = "172.22.99.199";
fixed-hosts = {
"172.22.99.96" = "08:00:27:bb:8c:b3";
@ -55,8 +55,8 @@
# "www1" = "aa:00:13:8b:03:47";
# "riscbert" = "6c:cf:39:00:05:95";
};
time = 300;
max-time = 30 * 24 * 3600;
time = 120;
max-time = 7 * 24 * 3600;
router = "c3d2-gw3";
};
domainName = "c3d2.zentralwerk.org";

View File

@ -3,10 +3,10 @@
dhcp = {
start = "172.20.78.2";
end = "172.20.79.253";
max-time = 8 * 3600;
router = "pub-gw";
server = "pub-gw";
time = 300;
time = 120;
max-time = 12 * 3600;
};
domainName = "pub.zentralwerk.org";
dynamicDomain = true;