Quote from: Patrick M. Hausen on January 20, 2024, 10:35:11 pm ...ok i did the same , i unchecked and checked both options leases and static in unbound and restart unbound, but wont work.Maybe you still had remnants of the isc in the unbound host entries.
...
/usr/local/etc/kea/keactrl.conf# Start DHCP DDNS server?dhcp_ddns=no
/usr/local/etc/kea/keactrl.conf# Start DHCP DDNS server?dhcp_ddns=yes
Quote from: franco on February 01, 2024, 05:19:56 pmQuote from: bimbar on February 01, 2024, 10:37:37 amDHCPd opens a raw interface on all network interfaces. I don't think it is possible (at least with ISC DHCPd) to use two different DHCP daemons on one host simultaneously.Correct for ISC-DHCP.As previously stated, ISC-DHCP and KEA can run in parallel on different interfaces. I've done the transition on production systems with no downtime - as follows:1) Create Subnet and Reservations for VLAN X in Kea2) Go to ISC DHCP and disable it on VLAN X -- leaving it running on the other VLANs3) Go to Kea and enable VLAN X in Settings4) Validate and continue with the next VLAN in scope were Kea can run without missing any ISC functionalityQED
Quote from: bimbar on February 01, 2024, 10:37:37 amDHCPd opens a raw interface on all network interfaces. I don't think it is possible (at least with ISC DHCPd) to use two different DHCP daemons on one host simultaneously.Correct for ISC-DHCP.
DHCPd opens a raw interface on all network interfaces. I don't think it is possible (at least with ISC DHCPd) to use two different DHCP daemons on one host simultaneously.
root@opnsense:~ # sockstat -4l -p 67USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESSdhcpd dhcpd 61078 13 udp4 *:67 *:*root kea-dhcp4 964 14 udp4 192.168.22.1:67 *:*root kea-dhcp4 964 16 udp4 192.168.42.1:67 *:*root kea-dhcp4 964 18 udp4 192.168.62.1:67 *:*root kea-dhcp4 964 20 udp4 192.168.63.1:67 *:*
WARN [kea-dhcp4.dhcpsrv.0x833712000] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: Failed to open socket on interface ix1_vlan630, reason: failed to bind fallback socket to address 192.168.63.1, port 67, reason: Address already in use - is another DHCP server running?
Unfortunately this isn't true. You were simply lucky that your dhcp leases continued to work while you transition.
In ISC DHCP it was possible to activate "Deny unknow Clients"
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.
ip_address,hw_address,hostname,description
/usr/local/etc/kea/kea-dhcp4.conf