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
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to