@Seeking-Sense said in Trouble importing DHCP Mappings from 2.6 to 2.7.2:
But existing and enabled are or should be two different things.
When an interface is not connected (you ripped out the network, or powered down the device or switch on the other side), the DHCP server serving that interface will detect the "DOWN" system / hardware event, and shut down.
pfSense won't even show you your DHCP server instance anymore.
But, no panic, the settings will still be there. And when you connect (power up) the connection, it will auto-start, with the previously known settings.
@Seeking-Sense said in Trouble importing DHCP Mappings from 2.6 to 2.7.2:
One other issues I have come across is that KEA DHCP causes issues throwing PHP errors / crash reports in conjunction with pfblockerng dev.
kea initially, when using 23.09 ? I can't recall, work fine but the implemention'27.2' (and 23.09, 24.03, before 24.11 came out) was, for my needs, to minimalist.
You can use Kea, if you validated your requirement first.
Here they are : Netgate Adds Kea DHCP to pfSense Plus Software Version 23.09
As you can see, the details are here - published November 2023 :
15493662-314e-4f6b-a7b1-21d126113858-image.png
So, you need "static MAC DHCP leases" ?
Ok, fine. Stick with ISC for the moment.
Right now, 24.11 adds static DHCP leases, DNS registration, but is still limited about adding your own DHCP options.
The upcoming 2.8.0 will have the same Kea support.
Btw : kea by itself was and is rock solid for me. It had to stick with ISC because I wanted to keep my DHCP mac leases, my DHCP special options etc, but since 24.11 became available, I switched to kea. Options were still missing but with some copy and paste instructions from the source' (redmine) I could add what I needed.
Btw : kea has no relations with pfBlockerng.