kea-dhcp4

This commit is contained in:
phil
2024-01-10 22:53:30 +01:00
parent 64276d1e2d
commit 86e536ed0f
2 changed files with 15 additions and 1 deletions

View File

@@ -359,6 +359,7 @@
// subnet in your network. This is mandatory parameter for each
// subnet.
"subnet": "192.168.56.0/24",
"interface" : "eth1",
// Pools define the actual part of your subnet that is governed
// by Kea. Technically this is optional parameter, but it's
@@ -400,7 +401,7 @@
// else.
{
"hw-address": "1a:1b:1c:1d:1e:1f",
"ip-address": "192.0.2.201"
"ip-address": "192.168.56.201"
},
// This is a reservation for a specific client-id. It also shows