Hi,

Am having an issue on the 1.6.0.

error:

2020-05-29 10:43:54.629 ERROR [kea-dhcp4.dhcp4/2524] DHCP4_CONFIG_LOAD_FAIL
configuration error using file: /usr/local/etc/kea/kea-dhcp4.conf, reason:
Unable to open database: must specify a name for the database
2020-05-29 10:43:54.630 ERROR [kea-dhcp4.dhcp4/2524] DHCP4_INIT_FAIL failed
to initialize Kea server: configuration error using file
'/usr/local/etc/kea/kea-dhcp4.conf': Unable to open database: must specify
a name for the database

database name is set however am having this error :( can someone help?
please

{

"Dhcp4": {
    "server-tag": "Zejtun KEA DHCPv4 server",
    "config-control": {
        "config-databases": [{
            "type": "mysql",
            "name": "keadbname",
            "user": "keadbuser",
            "password": "passwordhere",
            "host": "localhost",
            "port": 3306
        }],
        "config-fetch-wait-time": 20
        },
        "interfaces-config": {
            "interfaces": [ "ens192"]

    },


    "lease-database": {
        "type": "mysql",
        "lfc-interval": 3600
    },


Regards,

David
_______________________________________________
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