$ /usr/local/etc/rc.d/wireguard restart [#] rm -f /var/run/wireguard/wg0.sock[#] resolvconf -d wg0[#] wireguard-go wg0INFO: (wg0) 2020/02/15 15:22:28 Starting wireguard-go version 0.0.20200121[#] wg setconf wg0 /tmp/tmp.b1mLyP2u/sh-np.KeKpO1[#] ifconfig wg0 inet 10.xx.xx.xx/32 10.xx.xx.xx alias[#] ifconfig wg0 inet6 fc00:xxxx:xxxx:xxxx::3:55c/128 alias[#] ifconfig wg0 mtu 1420[#] ifconfig wg0 up[#] resolvconf -a wg0 -x[#] route -q -n add -inet6 ::/1 -interface wg0[#] route -q -n add -inet6 8000::/1 -interface wg0[#] route -q -n add -inet 0.0.0.0/1 -interface wg0[#] route -q -n add -inet 128.0.0.0/1 -interface wg0[#] route -q -n add -inet xx.xx.xxx.xxx -gateway xx.xxx.xx.xx[+] Backgrounding route monitorifconfig: SIOCAIFGROUP: Operation not permitted
Can you try to revert WireGuard with opnsense-revert? You can read in the Docs how it works
Looks like you were on 19.1 before 20.1?