Re: [Kea-users] subnet and DHCP options for MySQL backend

2018-02-26 Thread Klaus Steden
Yeah, it's lease/reservation info only. We generate our scopes programmatically and add/remove them using configuration management. cheers, Klaus On Mon, Feb 26, 2018 at 8:38 AM, xbgmsharp wrote: > Thanks for the feedback, by using a backend i was expecting to have all >

Re: [Kea-users] subnet and DHCP options for MySQL backend

2018-02-26 Thread xbgmsharp
Thanks for the feedback, by using a backend i was expecting to have all the config in the backend, like isc-dhcp with the LDAP backend. I have pretty standard configuration, name servers, time server, netbios server, lease time, etc... Regards On 2018-02-26 13:01, Francis Dupont wrote: A

Re: [Kea-users] subnet and DHCP options for MySQL backend

2018-02-26 Thread Francis Dupont
A lease database backend is for the whole server. If you have specific subnet / options setting they go into the configuration inside subnet entries independently of backends. Regards Francis Dupont PS: BTW there must be at least one subnet because incoming packets are

Re: [Kea-users] subnet and DHCP options for MySQL backend

2018-02-26 Thread Owen Dunn
On Mon, 26 Feb 2018, xbgmsharp wrote: I'm trying to use MySQL as backend for DHCP, but I can't find documentation for this configuration. I've found how to compile and import tables ( http://kea.isc.org/docs/kea-guide.html ), but there's no documentation about how to configure a DHCP server

[Kea-users] subnet and DHCP options for MySQL backend

2018-02-26 Thread xbgmsharp
Hello, I'm trying to use MySQL as backend for DHCP, but I can't find documentation for this configuration. I've found how to compile and import tables ( http://kea.isc.org/docs/kea-guide.html ), but there's no documentation about how to configure a DHCP server for MySQL backend. I also setup