1
21.1 Legacy Series / Re: Wireguard not working after upgrade from 21.1.2 to 21.1.4
« on: April 03, 2021, 02:44:35 am »
Same here, Wireguard is working fine for me, the upgrade was problem-free.
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.
configd.py: [753axxxx-xxx-xxxx-xxxx-xxxxxxxx3b65] Script action failed with Command '/usr/local/opnsense/scripts/systemhealth/queryLog.py --limit '20' --offset '0' --filter '' --module 'core' --filename 'system'' returned non-zero exit status 1. at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/processhandler.py", line 484, in execute stdout=output_stream, stderr=error_stream) File "/usr/local/lib/python3.7/subprocess.py", line 363, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/usr/local/opnsense/scripts/systemhealth/queryLog.py --limit '20' --offset '0' --filter '' --module 'core' --filename 'system'' returned non-zero exit status 1.
Looks like you were on 19.1 before 20.1?
Can you try to revert WireGuard with opnsense-revert? You can read in the Docs how it works
$ /usr/local/etc/rc.d/wireguard restart
[#] rm -f /var/run/wireguard/wg0.sock
[#] resolvconf -d wg0
[#] wireguard-go wg0
INFO: (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 monitor
ifconfig: SIOCAIFGROUP: Operation not permitted
Please Open a new thread for this
How are the plugin installed?
I have OPNsense 20.1.1-i386
If I go to System : Firmware : Plugin I can't find the WireGuard plugin listed
How I install the WireGuard plugin?