Hi,

 

I'm testing HA with kea 2.0 which is working well with IPv4, but with IPv6 
there are these errors on the secondary node:

 

2021-11-08 09:29:05.265 ERROR [kea-dhcp6.ha-hooks/84963.0x801c12000] 
HA_LEASES_SYNC_FAILED failed to synchronize leases with kea1 
(http://10.0.30.111:8000/): 'lease6-get-page' command not supported., error 
code 2

2021-11-08 09:29:05.267 ERROR [kea-dhcp6.ha-hooks/84963.0x801c12000] 
HA_SYNC_FAILED lease database synchronization with kea1 failed: 
'lease6-get-page' command not supported., error code 2

 

The config which is identical to IPv4 is as follows:

 

    "hooks-libraries": [

        {

        "library": "/usr/local/lib/kea/hooks/libdhcp_ha.so",

        "parameters": {

            "high-availability": [{

                "this-server-name": "kea2",

                "mode": "load-balancing",

                "heartbeat-delay": 10000,

                "max-response-delay": 10000,

                "max-ack-delay": 5000,

                "max-unacked-clients": 5,

                "delayed-updates-limit": 100,

                "peers": [{

                    "name": "kea1",

                    "url": "http://10.0.30.111:8000/";,

                    "role": "primary",

                    "basic-auth-user": "foo",

                    "basic-auth-password": "bar",

                    "auto-failover": true

                }, {

                    "name": "kea2",

                    "url": "http://10.0.30.112:8000/";,

                    "role": "secondary",

                    "basic-auth-user": "foo",

                    "basic-auth-password": "bar",

                    "auto-failover": true

                }]

            }]

        }

    }],

 

Thanks in advance for any tips.

Christian

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to