[Kea-users] 1.6.1 HA mode, getting ALLOC_ENGINE_V4_ALLOC_FAIL

Thomas Markwalder tmark at isc.org
Wed Feb 12 18:52:24 UTC 2020


The client-class values must match your peer names, kea1 and kea2:

>      "subnet4": [
>          {
>              "subnet": "192.168.99.0/24",
>              "pools": [
>                  {
>                      "pool": "192.168.99.100 - 192.168.99.149",
>                      "client-class": "HA_server1"                    <------------- should be "kea1"
>                  },
>                  {
>                      "pool": "192.168.99.150 - 192.168.99.199",
>                      "client-class": "HA_server2"                    <------------- should be "kea2"
>                  }
>              ],
>              "option-data": [
>                  {
>                      "name": "routers",
>                      "data": "192.168.99.1"
>                  }
>              ]
>          }
>      ],
>

Cheers,

Thomas Markwalder
ISC Software Engineeering



More information about the Kea-users mailing list