156 lines
6.2 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"
},
{
// hydra
"hw-address": "06:84:36:68:03:77",
"ip-address": "10.215.1.219"
},
{
// certificate - hard-coded in rc.conf, reproduced here to reserve ip
"hw-address": "06:7b:e0:08:16:5d",
"ip-address": "10.215.1.220"
},
{
// nix controller0 - hard-coded in nix config, reproduced here to reserve ip
// IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01dd
"hw-address": "06:7b:e0:08:16:01",
"ip-address": "10.215.1.221"
},
{
// nix controller1 - hard-coded in nix config, reproduced here to reserve ip
// IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01de
"hw-address": "06:7b:e0:08:16:02",
"ip-address": "10.215.1.222"
},
{
// nix controller2 - hard-coded in nix config, reproduced here to reserve ip
// IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01df
"hw-address": "06:7b:e0:08:16:03",
"ip-address": "10.215.1.223"
},
{
// nix worker0 - hard-coded in nix config, reproduced here to reserve ip
// IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01e0
"hw-address": "06:7b:e0:08:16:04",
"ip-address": "10.215.1.224"
},
{
// nix worker1 - hard-coded in nix config, reproduced here to reserve ip
// IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01e1
"hw-address": "06:7b:e0:08:16:05",
"ip-address": "10.215.1.225"
},
{
// nix worker2 - hard-coded in nix config, reproduced here to reserve ip
// IPv6: 2620:11f:7001:7:ffff:ffff:0ad7:01e2
"hw-address": "06:7b:e0:08:16:06",
"ip-address": "10.215.1.226"
}
]
}
],
"option-data": [
{
"name": "domain-name-servers",
"data": "10.215.1.1"
}
]
}
}