The output for unbound-dhcp-leases-bridge
is in the messages log file (/var/log/messages
).
You can try this (I hope I typed this right!):
grep 'ipfire dhcp\[' /var/log/messages
I usually use this because it is less restrictive and grabs both dhcp & unbound messages:
grep -e unbound -e dhcp /var/log/messages
EDIT:
See example from @anon42188109 in Post 34. This is the type of info you’ll see.