> Personally, I don't think Kea is ready to be added to OPNsense at this time.Fair enough, but stating 3 obvious points and concluding we should not ship it which means we will stop improving it in the first place is a bit strange IMHO.If you meant to say it's not ready for your use your wording could benefit from improvements.No disrespect, just stating the obvious (again).Cheers,Franco
Open the ur config-OPNsense*.xml, the reservation uuid is unique per reservation and should have one subnet uuid if they belong to that subnet. </reservations> <reservation uuid="6a688941-02f8-46aa-abc6-8121fa434809"> <subnet>7046c7cb-a9fb-4a50-8a49-3b6e77d42809</subnet> <ip_address>192.168.1.100</ip_address> <hw_address>90:a1:b1:c1:d1:e11</hw_address> <hostname/> <description/> </reservations>
<reservation uuid="de71a788-801a-450f-b238-9ed0c4ee8656"> <subnet>19b11319-3d95-40c0-8668-56b15a05a6c0</subnet> <ip_address>192.168.1.241</ip_address> <hw_address>9c:8e:cd:1e:xx:xx</hw_address> <hostname>amcrest1080</hostname> <description>amcrest1080</description> </reservation>
Hansen97124Search on the subbnet uuid. 19b11319-3d95-40c0-8668-56b15a05a6c0 It should match ur network u declared earlier.
Hi and thanks for clarifications. If I use, let's say, MAC-reserved IPs for different IPs and not much more, what will the process of transition to KEA look like? Install the new KEA plugin (?) and move (manually? automagically?) my current DHCP config to the new plugin?Many thanks in advance.
Quote from: newsense on January 20, 2024, 04:11:35 amThere were no plans for migrating the existing DHCP data to Kea as far as I now. This certainly is a deal breaker. I do have more than 50 DHCP Static Mappings on about 20 VLANs. I am not really inclined to recreate all of them manually.
There were no plans for migrating the existing DHCP data to Kea as far as I now.
I was about to make the switch in my home lab when I found you cannot even serve the domain name to clients. Sorry, that is not going to fly.
Quote from: MiRei on February 04, 2024, 01:01:51 pmIn ISC DHCP it was possible to activate "Deny unknow Clients"I'd imported all my subnets, settings and reservations, was about to make the switch when I noticed that this option was missing. Are there any plans to add it in the near future?
In ISC DHCP it was possible to activate "Deny unknow Clients"
switching from isc to kea worked fine for me.- as reported I could not continue using isc and kea in combination (I have different vlans)Quote from: Azmodes on February 06, 2024, 05:43:20 pmQuote from: MiRei on February 04, 2024, 01:01:51 pmIn ISC DHCP it was possible to activate "Deny unknow Clients"I'd imported all my subnets, settings and reservations, was about to make the switch when I noticed that this option was missing. Are there any plans to add it in the near future?-the easiest way for me to solve: leave subnet / pools empty
I didn't know this was an option ... I assumed that subnets were mandatory for Kea so that it knows which IP pools to draw from when an inbound request for an address happens where it gets a request for an IP address, looks at the subnet that it came from, matches that subnet to one that is defined in Kea, then pulls an IP address from one of those pools. Are you saying that it will still do that correctly for multiple subnets without defining the subnet specifically within Kea?