Yes, a tutorial about this would be greatly appreciated.

CB sound delicious, but without data on how to populate the tables, ( and which tables ) , it's like  a beautiful car and no keys to it .

Cris

On 9/5/19 8:57 AM, Marc Boisis wrote:
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 "INSERT new-subnet INTO ...

On 5 Sep 2019, at 05:02, Klaus Steden <klausfi...@gmail.com <mailto:klausfi...@gmail.com>> wrote:


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__"

},


# Use MySQL hosts database backend to store reservations in a database.

"hosts-database": {

"type": "mysql",

"host": "__MYSQL_HOST__",

"name": "__MYSQL_DB__",

"user": "__MYSQL_USER__",

"password": "__MYSQL_PASSWORD__"

},

...

}

}


where the tokens are whatever your SQL credential/database parameters are.

hth,
Klaus

On Wed, Sep 4, 2019 at 3:39 AM Marc Boisis <marc.boi...@univ-lr.fr <mailto:marc.boi...@univ-lr.fr>> wrote:


    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 <mailto:Kea-users@lists.isc.org>
    https://lists.isc.org/mailman/listinfo/kea-users



_______________________________________________
Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

--
----------------------------------------------------------------------
Cristian Lemnaru
GPON Engineer
RCS & RDS - Brasov Branch
Mobil : 0770056815
cristian.lemn...@rcs-rds.ro
----------------------------------------------------------------------
Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message(or responsible
for delivery of the message to such person),you may not copy or deliver
this message to anyone. In such a case, you should destroy this message
and kindly notify the sender by reply e-mail.

_______________________________________________
Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to