Unable to add forward map from REFUSED

Started by caplam, March 25, 2025, 12:15:19 PM

Previous topic - Next topic
Hello,
i noticed for a few weeks (not sure when it started) i have messages in isc dhcp log file:
Unable to add forward map from hostname.domain.tld to 192.168.2.42: REFUSED
i have the message for all hostnames (with static or dynamic mapping)

However when i ping or nslookup the hostname the answer is correct.
I read about blocklist which could be problematic and i disabled all blocklists.
unbound seems to be running:
sudo ps aux|grep unbound
Password:
root     2888   0.9  1.6  194784  132924  -  S    12:12       0:00.93 /usr/local/bin/python3 /usr/local/opnsense/scripts/unbound/logger.py (python3.11)
unbound 96843   0.2  0.6  103064   52000  -  Ss   12:12       0:00.31 /usr/local/sbin/unbound -c /var/unbound/unbound.conf
root       23   0.0  0.2   32980   18344  -  Ss   12:12       0:00.44 /usr/local/bin/python3 /usr/local/opnsense/scripts/dhcp/unbound_watcher.py --domain mydomain.tld (python3.11)
root     1014   0.0  0.0   13760    2340  -  Is   12:12       0:00.00 daemon: /usr/local/opnsense/scripts/unbound/logger.py[2888] (daemon)
fred    10073   0.0  0.0   13744    2448  0  S+   12:12       0:00.00 grep unbound

Does this inspire you some comments ?