Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - iamd

#1
Can't stop and restart the kea-dhcp server service from the shell after updating to Opnsense 25.1.6_4-amd64.

I have CARP setup with two opnsense in HA mode. this is working since few years.
 
I have CARP script which perform stop and restart of the kea-dhcp service but now it can't stop and restart.

script has pluginctl -s kea-dhcpv4 stop and pluginctl -s kea-dhcpv4 restart but its not working.

I have manually tried running these commands from shell (root) as well but don't do stop, start or restart kea-dhcp service.

Any help would be much appreciated.

[Solved]:
kea dhcp service name is renamed in 24.6.xx
its not kea-dhvpv4 , its called kea-dhcp now.

 pluginctl -s kea-dhcp stop
 pluginctl -s kea-dhcp start


thank you