Re: [Kea-users] Converting a dhcpd option to kea

2023-10-23 Thread Darren Ankney
Hi, You may want to have a look at the Kea Migration Assistant Online site: https://dhcp.isc.org for help migrating an ISC DHCP configuration to Kea (though it cannot automatically convert all parts of some ISC DHCP configurations). You configuration could be broken into three parts. The custom

[Kea-users] Converting a dhcpd option to kea

2023-10-23 Thread Marcos Della
I have the following from dhcpd that I wanted to convert to KEA. I'm struggling with how to implement it correctly: option space Nutanix; option Nutanix.fc_ip code 200 = string; option Nutanix.api_key code 201 = string; class “NutanixFC” { match if option vendor-class-identifier = “NutanixFC”;

Re: [Kea-users] Kea 2.4.0 and duplicate host reservations not working as documented

2023-10-23 Thread Kevin P. Fleming
On Mon, Oct 23, 2023, at 08:28, Veronique Lefebure wrote: > Maybe https://gitlab.isc.org/isc-projects/kea/-/issues/2796 ? > "naive" (dhcpd, microsoft style) conflict resolution (immediately reassign > lease to reserved host) (#2796) ·

Re: [Kea-users] Kea 2.4.0 and duplicate host reservations not working as documented

2023-10-23 Thread Veronique Lefebure
Maybe https://gitlab.isc.org/isc-projects/kea/-/issues/2796 ? [https://gitlab.isc.org/uploads/-/system/project/avatar/26/kea-logo-100x70.png] "naive" (dhcpd, microsoft style) conflict resolution (immediately reassign lease to reserved host)

Re: [Kea-users] Kea-users Digest, Vol 112, Issue 24

2023-10-23 Thread Darren Ankney
Hi, > Perhaps there is a permission issue? Depending how you installed, Kea > may be running as an unprivileged user (such as _kea) who may not have > access to the .csv file to read on startup. > > Thank you, > > Darren Ankney > > — Darren, you were correct on this. However, you won’t figure