151
22.1 Legacy Series / Re: [22.1.6] DHCP leases not registered in Unbound
« on: April 20, 2022, 05:10:31 pm »The lease should show up in dhcpleases.conf once Unbound was restarted. The process to generate the file is:
# pgrep -f unbound_dhcpd.py
(should be up and running by showing a PID)
This process will also log to the Unbound log:
# opnsense-log resolver
Here's how to restart it and watch the log file:
# configctl -d unbound restart && opnsense-log -f resolver
Any errors here related to the host in question?
Cheers,
Franco
Restarted with
Code: [Select]
# configctl -d unbound restart && opnsense-log -f resolver no errors were printed related to the host in question, logging level is set to "2" would think that would be enough to show these errors. But can adjust if needed.


lol.
.