1
21.7 Legacy Series / Re: Wireguard won't start now, help
« on: November 29, 2021, 05:31:29 pm »
tried that as well. Gonna go back and check the guide and see if I missed something.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
ryan@OPNsense:~ % /usr/local/etc/rc.d/wireguard restart
[#] ifconfig wg0 destroy
[#] route del 10.xxx.xxx.27 -iface wg0
route: interface 'wg0' does not exist
[#] ifconfig wg1 destroy
[#] route del 10.xxx.xxx.129 -iface wg1
route: 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 wg0
add 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 wg1
add host 10.xxx.xxx.129: gateway wg1
ifconfig: SIOCAIFGROUP: Operation not permitted
ifconfig: SIOCAIFGROUP: Operation not permitted