Re: [Kea-users] limiting how many leases someone can get

2017-11-15 Thread Francis Dupont
John Ratliff writes: > I would like to replace ISC DHCP with kea. Currently, we're using > classes to put a lease limit of 1 on each household. The class is > created based on remote-id or circuit-id (option 82 information). > > Is it possible to do something similar with kea? I see that you

Re: [Kea-users] limiting how many leases someone can get

2017-11-15 Thread Tomek Mrugalski
On 16/11/2017 04:19, John Ratliff wrote: > I would like to replace ISC DHCP with kea. Currently, we're using > classes to put a lease limit of 1 on each household. The class is > created based on remote-id or circuit-id (option 82 information). > > Is it possible to do something similar with kea?

[Kea-users] limiting how many leases someone can get

2017-11-15 Thread John Ratliff
I would like to replace ISC DHCP with kea. Currently, we're using classes to put a lease limit of 1 on each household. The class is created based on remote-id or circuit-id (option 82 information). Is it possible to do something similar with kea? I see that you can do a lease reservation

[Kea-users] Issue handling Kea log file rotation with logrotate (Kea 1.2.0)

2017-11-15 Thread Chaigneau, Nicolas
Hello, I've set up Kea log rotation with logrotate. This works for some time, and then it stops working: the new log file stays empty, until the server is restarted. I'm not sure what's going on... has anyone else had this issue ? I'm using the following options for logrotate: daily

Re: [Kea-users] lease time

2017-11-15 Thread Francis Dupont
reservations don't allow this (not in the syntax). In fact as the syntax (src/bin/dhcp4/dhcp4_parser.yy and the same for 4 -> 6) shows it is a global or subnet property. Perhaps there is a hack using a shared network and a fake subnet (reservations don't need to match the subnet there are defined