Use statically-generated mac addresses.

This commit is contained in:
Tom Alexander
2023-04-26 19:06:28 -04:00
parent e43fa0eab3
commit 310837ddb3
2 changed files with 17 additions and 2 deletions

View File

@@ -6,12 +6,18 @@
"subnet4": [
{
"subnet": "10.215.1.0/24",
"pools": [ { "pool": "10.215.1.10-10.215.1.250" } ],
"pools": [ { "pool": "10.215.1.10-10.215.1.200" } ],
"option-data": [
{
"name": "routers",
"data": "10.215.1.1"
}
],
"reservations": [
{
"hw-address": "d6:19:4c:68:fc:c7",
"ip-address": "10.215.1.201"
}
]
}
],