Hello @crest I want to thank you again for the script you wrote for #Wireguard https://blog.rlwinm.de/the-missing-wireguard-integration-into-rc-d-for-freebsd-13-2
Everything was fine in 13.2-RELEASE in #IPv4 and #IPv6.
On my home server freshly upgraded to 14-RELEASE, Wireguard service won't start automagically at startup.
I get the following error: "kldload: can't load if_wg: module already loaded or in kernel
/etc/rc.d/wireguard: WARNING: Unable to load kernel module if_wg".
I commented the following line in /etc/rc.d/wireguard: #required_modules='if_wg:wg'
Now Wireguard starts well if launched manually, but #IPv6 doesn't work anymore. And Wireguard service doesn't start automatically at system startup.
I continue my investigations to solve this.
#FreeBSD #freebsd140release #WireGuardVPN #Wireguard