// This parameter points to this server instance. The respective
// HA peers must have this parameter set to their own names.
"this-server-name": "server1",
- // The HA mode is set to host-standby. In this mode, the active server handles
+ // The HA mode is set to hot-standby. In this mode, the active server handles
// all the traffic. The standby takes over if the primary becomes unavailable.
"mode": "hot-standby",
// Heartbeat is to be sent every 10 seconds if no other control
"subnet": "192.168.1.0/24",
// There are no relays in this network, so we need to tell Kea that this subnet
- // is reachable directly via the ethX interface.
+ // is reachable directly via the specified interface.
"interface": "enp0s8",
// Specify a dynamic address pool.
// least routers option, as without this option your clients will not be able to reach
// their default gateway and will not have Internet connectivity. If you have many
// subnets and they share the same options (e.g. DNS servers typically is the same
- // everywhere), you may define options in the global scope, so you don't repeat them
+ // everywhere), you may define options at the global scope, so you don't repeat them
// for every network.
"option-data": [
{
-// This is an example configuration of the Kea DHCPv4 server 1:
+// This is an example configuration of the Kea DHCPv4 server 2:
//
// - uses High Availability hooks library and Lease Commands hooks library
// to enable High Availability function for the DHCP server. This config
// This parameter points to this server instance. The respective
// HA peers must have this parameter set to their own names.
"this-server-name": "server2",
- // The HA mode is set to host-standby. In this mode, the active server handles
+ // The HA mode is set to hot-standby. In this mode, the active server handles
// all the traffic. The standby takes over if the primary becomes unavailable.
"mode": "hot-standby",
// Heartbeat is to be sent every 10 seconds if no other control
// least routers option, as without this option your clients will not be able to reach
// their default gateway and will not have Internet connectivity. If you have many
// subnets and they share the same options (e.g. DNS servers typically is the same
- // everywhere), you may define options in the global scope, so you don't repeat them
+ // everywhere), you may define options at the global scope, so you don't repeat them
// for every network.
"option-data": [
{