ryan@OPNsense:~ % /usr/local/etc/rc.d/wireguard restart[#] ifconfig wg0 destroy[#] route del 10.xxx.xxx.27 -iface wg0route: interface 'wg0' does not exist[#] ifconfig wg1 destroy[#] route del 10.xxx.xxx.129 -iface wg1route: interface 'wg1' does not exist/usr/local/etc/rc.d/wireguard: WARNING: Can't unload if_wg module.[#] ifconfig wg create name wg0[#] wg setconf wg0 /dev/stdin[#] ifconfig wg0 inet 10.xxx.xxx.28/32 alias[#] ifconfig wg0 mtu 1420[#] ifconfig wg0 up[+] Backgrounding route monitor[#] route add 10.xxx.xxx.27 -iface wg0add host 10.xxx.xxx.27: gateway wg0[#] ifconfig wg create name wg1[#] wg setconf wg1 /dev/stdin[#] ifconfig wg1 inet 10.xxx.xxx.130/32 alias[#] ifconfig wg1 mtu 1420[#] ifconfig wg1 up[+] Backgrounding route monitor[#] route add 10.xxx.xxx.129 -iface wg1add host 10.xxx.xxx.129: gateway wg1ifconfig: SIOCAIFGROUP: Operation not permittedifconfig: SIOCAIFGROUP: Operation not permitted