[Kea-users] No 2.6.5 for Debian Trixie amd64?
Stefan G. Weichinger
lists at xunil.at
Tue May 19 07:07:20 UTC 2026
Am 17.05.26 um 19:47 schrieb Ben Scott:
> On 5/15/26 12:15, Stefan G. Weichinger via Kea-users wrote:
>> It's a bit confusing for me as I am not always thinking about the
>> inner structure of my kea-cluster(s).
>
> You may find the following helpful:
>
> https://kb.isc.org/docs/kea-ports
>
> https://kb.isc.org/docs/kea-api-sockets
Yes, kind of.
The example in
https://kb.isc.org/docs/kea-ha-quickstart-guide#Primary-Kea-Server-HA-Configuration-Complete
shows
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so",
"parameters": {
"high-availability": [
{
"this-server-name": "server1",
"mode": "hot-standby",
"peers": [
{
"name": "server1",
"url": "http://172.28.0.253:8000/",
"role": "primary"
},
{
"name": "server2",
"url": "http://172.28.0.254:8000/",
"role": "standby"
}
...
-> port 8000
This example might be too old, as it also still contains
"control-socket":
and not yet the new
"control-sockets":
, right?
Should HA run on 8005 and the control-socket on 8000?
It would be great to see a complete example for ISC-Kea-3.0.3 ...
Maybe I just haven't found it yet, sry.
More information about the Kea-users
mailing list