Skip to content

Commit

Permalink
sophia: add kea subnet ids
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Jun 22, 2024
1 parent d387ac3 commit b83b08c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/sophia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ with lib;
"valid-lifetime" = 4000;
"subnet4" = [
{
id = 1;
subnet = "192.168.10.0/23";
pools = [{ pool = "192.168.10.50 - 192.168.11.254"; }];
"option-data" = [
Expand All @@ -293,6 +294,7 @@ with lib;
];
}
{
id = 2;
subnet = "192.168.20.0/23";
pools = [{ pool = "192.168.20.100 - 192.168.21.254"; }];
"option-data" = [
Expand All @@ -307,6 +309,7 @@ with lib;
];
}
{
id = 3;
subnet = "192.168.30.0/24";
pools = [{ pool = "192.168.30.2 - 192.168.30.254"; }];
"option-data" = [
Expand All @@ -316,6 +319,7 @@ with lib;
"reservations" = [ ];
}
{
id = 4;
subnet = "192.168.40.0/23";
pools = [{ pool = "192.168.40.200 - 192.168.41.254"; }];
"option-data" = [
Expand All @@ -325,6 +329,7 @@ with lib;
"reservations" = [ ];
}
{
id = 5;
subnet = "192.168.99.0/24";
pools = [{ pool = "192.168.99.200 - 192.168.99.254"; }];
"option-data" = [
Expand Down

0 comments on commit b83b08c

Please sign in to comment.