2023-04-25 23:01:57 +00:00
|
|
|
{
|
|
|
|
"Dhcp4": {
|
|
|
|
"interfaces-config": {
|
|
|
|
"interfaces": [ "jailnat_dhcp" ]
|
|
|
|
},
|
|
|
|
"subnet4": [
|
|
|
|
{
|
|
|
|
"subnet": "10.215.1.0/24",
|
2023-04-26 23:06:28 +00:00
|
|
|
"pools": [ { "pool": "10.215.1.10-10.215.1.200" } ],
|
2023-04-25 23:01:57 +00:00
|
|
|
"option-data": [
|
|
|
|
{
|
|
|
|
"name": "routers",
|
|
|
|
"data": "10.215.1.1"
|
|
|
|
}
|
2023-04-26 23:06:28 +00:00
|
|
|
],
|
|
|
|
"reservations": [
|
|
|
|
{
|
2023-04-27 22:44:32 +00:00
|
|
|
// jaeger
|
|
|
|
"hw-address": "06:c7:69:d3:f4:ca",
|
2023-04-26 23:06:28 +00:00
|
|
|
"ip-address": "10.215.1.201"
|
2023-04-30 21:18:21 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
// unifi controller
|
|
|
|
"hw-address": "06:40:9f:d7:be:a6",
|
|
|
|
"ip-address": "10.215.1.202"
|
2023-05-29 03:09:36 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
// poudriere
|
|
|
|
"hw-address": "06:8f:24:d6:21:24",
|
|
|
|
"ip-address": "10.215.1.203"
|
2023-05-31 01:18:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
// controller0
|
|
|
|
"hw-address": "06:7b:5f:e5:b8:21",
|
|
|
|
"ip-address": "10.215.1.204"
|
2023-04-26 23:06:28 +00:00
|
|
|
}
|
2023-04-25 23:01:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"option-data": [
|
|
|
|
{
|
|
|
|
"name": "domain-name-servers",
|
|
|
|
"data": "10.215.1.1"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|