[Kea-users] redis DB support

2018-12-06 Thread Chinnapaiyan, Nagamani
Hi, Is there any plan to support redis DB as backend for kea dhcp server? Freeradius uses it to get more faster rate... Regards, Nagamani Chinnapaiyan ___ Kea-users mailing list Kea-users@lists.isc.org https://lists.isc.org/mailman/listinfo/kea-users

Re: [Kea-users] DHCP Classes Kea Configuration

2018-12-06 Thread Jordan Tinsley
Can you translate the shared networks example from ISC to Kea? I am not fully understanding how I would do that from the Kea guide. Thanks, Jordan On December 6, 2018 5:12:00 PM CST, Francis Dupont wrote: >> pool { >> allow members of "APPLE"; >> allow

Re: [Kea-users] DHCP Classes Kea Configuration

2018-12-06 Thread Francis Dupont
> pool { > allow members of "APPLE"; > allow members of "BELKIN"; > } => create a class with for instance name "APPLE-or-BELKIN" and with "test": "member('APPLE') or member('BELKIN')" Regards Francis Dupont ___

Re: [Kea-users] DHCP Classes Kea Configuration

2018-12-06 Thread Jordan Tinsley
Not sure if we are on the same page or not. Here is an example ISC DHCP configure that is working just fine for me. I have several more shared-networks as well as a lot more classes, and have no issues. I would basically like to do the same thing in Kea like I have in ISC DHCP where I have the

[Kea-users] My issues with migration from ISC DHCP to Kea

2018-12-06 Thread SoLoR
Hello, Since its almost 2019 and i was using ISC DHCP for probably ~15 years and i wanted to try something new i decided to upgrade my home DHCP server to Kea. Mostly i liked from its "new" features was json file format and mysql integration. My home network is small, ~25 devices, dual stack

Re: [Kea-users] Kea Startup Script

2018-12-06 Thread Pietsch Michael
You can use systemd to start/stop the services and also automatically restart them if they crash. Systemd in most cases is available for recent linux systems (Debian/Ubuntu/RedHat..). Here is an example for multiple kea instances on a single server:

Re: [Kea-users] Kea Startup Script

2018-12-06 Thread Joelson Vendramin
Hi Jordan, > ... to get Kea to automatically start when a server reboots I simply put:/usr/local/sbin/keactrl startand/usr/local/sbin/keactrl stop... inside /etc/rc.d/rc.local and /etc/rc.d/rc.local_shutdown, respectively. I think this works regardless of *nix flavors. > ... to get the Kea

Re: [Kea-users] DHCP Classes Kea Configuration

2018-12-06 Thread Francis Dupont
"Jordan Tinsley" writes: > Yes, this is DHCPv4. Sorry I forgot to include that. How do I include > multiple client-classes in a subnet? Would I just separate each > client-class with a comma? => in Kea subnet and pool guards are a single class (vs allow / deny lists in ISC DHCP). If you want a

Re: [Kea-users] Kea Startup Script

2018-12-06 Thread Jordan Tinsley
I am using Centos 7. Speaking of which, did I overlook something…. Because the RPM I found is for the 1.0.0 version. From: Tim St. Pierre Sent: Thursday, December 6, 2018 8:17 AM To: jtins...@lrecok.coop Cc: kea-users@lists.isc.org Subject: Re: [Kea-users] Kea Startup Script That

Re: [Kea-users] Kea Startup Script

2018-12-06 Thread Tim St. Pierre
That depends on your operating system. On FreeBSD, it includes the proper rc scripts to start and stop automatically. We use Monit to alert and restart if the process dies. Tim St. Pierre Network Engineer 289-225-1220 x5101 On Thu, 6 Dec 2018 at 09:05, Jordan Tinsley wrote: > Hello, > > > >

[Kea-users] Kea Startup Script

2018-12-06 Thread Jordan Tinsley
Hello, Is there any way to get Kea to automatically start when a server reboots and any way to get the Kea to automatically start if it crashes? I was going to try to write a script for when a server reboots as well as another script for when Kea crashes, but wanted to get input from

Re: [Kea-users] DHCP Classes Kea Configuration

2018-12-06 Thread Francis Dupont
"Jordan Tinsley" writes: > class "APPLE" { > > > > match if ( substring (hardware,1,3) = b0:19:c6 ) or > > ( substring (hardware,1,3) = d8:a2:5e ) or > > ( substring (hardware,1,3) = b8:c7:5d ) or > > ( substring (hardware,1,3)