OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: locus on August 10, 2024, 07:28:57 PM

Title: OPNsense 24.7 dhcpd errors in log
Post by: locus on August 10, 2024, 07:28:57 PM
Good evening,

I did not notice exactly when this started but at least from version 24.7 I started to see errors in ISC DHCPv4.
I have a couple of static mappings and they are shown as static on the leases page.

Still OPNsense errors and see them both as static and as dynamic if I read the log correctly.
See attachements.

Nothing changed in that regard since 24.1 but is it something I have to adjust?
Any help appreciated!

@franco, any idea?
Title: Re: OPNsense 24.7 dhcpd errors in log
Post by: franco on August 13, 2024, 12:46:48 PM
Hi,

Make sure your static leases are not inside the dynamic pool IP range. If this doesn't help clear the leases files and restart DHCPD:

# rm /var/dhcpd/var/db/*


Cheers,
Franco
Title: Re: OPNsense 24.7 dhcpd errors in log
Post by: locus on August 13, 2024, 03:27:34 PM
Hi!

Will do, thanks!