more kea ip

This commit is contained in:
chris 2025-04-17 13:32:57 +02:00
parent 82bd7dc871
commit 57c1c09b4f
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 41 additions and 2 deletions
systems/dhcp.eh22.intern

View file

@ -20,7 +20,7 @@
{
name = "cookie-servers";
data = "94.45.254.3";
data = "94.45.254.4";
always-send = true;
}
];
@ -52,6 +52,45 @@
];
}
{
# Management
id = 255;
subnet = "94.45.255.0/24";
pools = [ { pool = "94.45.255.200 - 94.45.255.254"; } ];
option-data = [
{
name = "routers";
data = "94.45.255.1";
}
];
}
{
# Public Services reachable event ONLY
id = 54;
subnet = " 94.45.254.0/25";
pools = [ { pool = "94.45.254.100 - 94.45.255.126"; } ];
option-data = [
{
name = "routers";
data = "94.45.254.1";
}
];
}
{
# Public Services reachable EVERYWHERE
id = 541;
subnet = "94.45.254.128/25";
pools = [ { pool = "94.45.254.230 - 94.45.255.253"; } ];
option-data = [
{
name = "routers";
data = "94.45.254.128";
}
];
}
];
};
};

View file

@ -15,7 +15,7 @@
addresses = [
{
address = "94.45.254.3";
prefixLength = 21;
prefixLength = 25;
}
];
};