Hi,

Are the settings below ok? If yes, maybe a suggestion is include a log messages like "TLS established" or something else.


*server1#* /usr/local/etc/kea/kea-ctrl-agent.conf
    "http-port": 8000,
    "trust-anchor": "/usr/local/lib/kea/kea-ca.crt",
    "cert-file": "/usr/local/lib/kea/kea-server.crt",
    "key-file": "/usr/local/lib/kea/kea-server.key",
    "cert-required": true,

*server1#* /usr/local/etc/kea/kea-dhcp4.conf
                    "this-server-name": "server1",
                    "trust-anchor": "/usr/local/lib/kea/kea-ca.crt",
                    "cert-file": "/usr/local/lib/kea/kea-server.crt",
                    "key-file": "/usr/local/lib/kea/kea-server.key",
    …
                    "peers": [
                         {
                             "name": "server1",
                             "url": "http://192.168.0.15:8000/";,
                             "role": "primary",
                             "auto-failover": true
                         },
                         {
                             "name": "server2",
                             "url": "http://192.168.0.12:8000/";,
                             "role": "secondary",
                             "auto-failover": true
                         }


*server2#* /usr/local/etc/kea/kea-ctrl-agent.conf
    "http-port": 8000,
    "trust-anchor": "/usr/local/lib/kea/kea-ca.crt",
    "cert-file": "/usr/local/lib/kea/kea-client.crt",
    "key-file": "/usr/local/lib/kea/kea-client.key",
    "cert-required": true,

*server2#* /usr/local/etc/kea/kea-dhcp4.conf
                    "this-server-name": "server2",
                    "trust-anchor": "/usr/local/lib/kea/kea-ca.crt",
                    "cert-file": "/usr/local/lib/kea/kea-client.crt",
                    "key-file": "/usr/local/lib/kea/kea-client.key",
    …
                    "peers": [
                         {
                             "name": "server1",
                             "url": "http://192.168.0.15:8000/";,
                             "role": "primary",
                             "auto-failover": true
                         },
                         {
                             "name": "server2",
                             "url": "http://192.168.0.12:8000/";,
                             "role": "secondary",
                             "auto-failover": true
                         }


--
Marcos Renato da Silva Junior
Universidade Estadual Paulista - Unesp
Faculdade de Engenharia de Ilha Solteira - FEIS
Departamento de Engenharia Elétrica - DEE
15385-000 - Ilha Solteira/SP
(18) 3743-1164
-- 
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