2023-11-04T09:17:54 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure dns (execute task : unbound_configure_do()) 2023-11-04T09:17:54 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure dns (execute task : dnsmasq_configure_do()) 2023-11-04T09:17:54 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure dns () 2023-11-04T09:17:53 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure dhcp (execute task : dhcpd_dhcp_configure()) 2023-11-04T09:17:53 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure dhcp () 2023-11-04T09:17:53 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure ipsec (execute task : ipsec_configure_do(,opt2)) 2023-11-04T09:17:53 Notice opnsense /usr/local/etc/rc.linkup: plugins_configure ipsec (,opt2) 2023-11-04T09:17:53 Notice opnsense /usr/local/etc/rc.linkup: ROUTING: entering configure using 'opt2' 2023-11-04T09:17:53 Notice opnsense /usr/local/etc/rc.linkup: DEVD: Ethernet attached event for opt2(igb2) 2023-11-04T09:17:53 Notice kernel <6>igb2: link state changed to UP 2023-11-03T21:08:46 Notice kernel <6>igb2: link state changed to DOWN 2023-11-03T21:08:46 Notice opnsense /usr/local/etc/rc.linkup: DEVD: Ethernet detached event for opt2(igb2)
sudo ps -aux | grep -i unbound
ps -aux | grep -i unboundroot 17569 0.0 0.0 12720 2264 0 S+ 11:17 0:00.00 grep -i unbound
At a guess Iar.hed (and franco surely will correct me) unbound_configure_do() is just a task in the plugins_configure dns () function. It doesn't mean it starts up Unbound.
Could it be this one? https://github.com/opnsense/core/commit/b0830803# opnsense-patch b0830803Cheers,Franco