Re: [Kea-users] Kea 1.6 Configuration Backend

2019-09-04 Thread Marc Boisis
No in 1.6 we can declare subnet and global parameters in MYSQL : https://kea.readthedocs.io/en/v1_6_0/arm/config.html?highlight=workbench#kea-configuration-backend But there is no doc like "INSE

Re: [Kea-users] Kea 1.6 Configuration Backend

2019-09-04 Thread Klaus Steden
You want something like this: { "Dhcp4": { ... # Use MySQL lease database backend to store leases in a database. "lease-database": { "type": "mysql", "host": "__MYSQL_HOST__", "name": "__MYSQL_DB__", "user": "__MYSQL_USER__", "password": "__MYSQL_PASSWORD__

[Kea-users] Kea 1.6 Configuration Backend

2019-09-04 Thread Marc Boisis
Where can I find where to put dhcp4 parameters in mysql configuration backend ? (which table ? values...). ___ Kea-users mailing list Kea-users@lists.isc.org https://lists.isc.org/mailman/listinfo/kea-users