machine_setup/ansible/roles/jail_nat_dhcp/files/kea-dhcp4.conf
2024-09-29 03:59:55 -04:00

109 lines
3.9 KiB
Plaintext

{
"Dhcp4": {
"interfaces-config": {
"interfaces": [ "jailnat_dhcp" ]
},
"subnet4": [
{
"subnet": "10.215.1.0/24",
"id": 1,
"pools": [ { "pool": "10.215.1.10-10.215.1.200" } ],
"option-data": [
{
"name": "routers",
"data": "10.215.1.1"
}
],
"reservations": [
{
// jaeger
"hw-address": "06:c7:69:d3:f4:ca",
"ip-address": "10.215.1.201"
},
{
// unifi controller
"hw-address": "06:40:9f:d7:be:a6",
"ip-address": "10.215.1.202"
},
{
// poudriere
"hw-address": "06:8f:24:d6:21:24",
"ip-address": "10.215.1.203"
},
{
// controller0
"hw-address": "06:7b:5f:e5:b8:21",
"ip-address": "10.215.1.204"
},
{
// controller1
"hw-address": "06:14:fc:2c:61:39",
"ip-address": "10.215.1.205"
},
{
// controller2
"hw-address": "06:78:78:7c:71:97",
"ip-address": "10.215.1.206"
},
{
// worker0
"hw-address": "06:c4:8d:4f:40:63",
"ip-address": "10.215.1.207"
},
{
// worker1
"hw-address": "06:eb:ad:64:14:9c",
"ip-address": "10.215.1.208"
},
{
// worker2
"hw-address": "06:01:92:5b:78:92",
"ip-address": "10.215.1.209"
},
{
// admin_git
"hw-address": "06:4c:9f:0e:e2:cc",
"ip-address": "10.215.1.210"
},
{
// public_dns
"hw-address": "06:81:a6:f4:ab:24",
"ip-address": "10.215.1.211"
},
{
// persistent_volume
"hw-address": "58:9c:fc:00:23:7e",
"ip-address": "10.215.1.212"
},
{
// brianai
"hw-address": "06:a6:dc:59:78:12",
"ip-address": "10.215.1.215"
},
{
// sftp - hard-coded in rc.conf, reproduced here to reserve ip
"hw-address": "06:7b:e0:08:16:5d",
"ip-address": "10.215.1.216"
},
{
// bastion - hard-coded in rc.conf, reproduced here to reserve ip
"hw-address": "06:ca:1a:10:74:09",
"ip-address": "10.215.1.217"
},
{
// momlaptop - hard-coded in rc.conf, reproduced here to reserve ip
"hw-address": "06:85:69:c5:6a:d6",
"ip-address": "10.215.1.218"
}
]
}
],
"option-data": [
{
"name": "domain-name-servers",
"data": "10.215.1.1"
}
]
}
}