- Solved
- Minor
Since updating to 6.12.1 yesterday and adding a new client this morning, Wireguard seems to be deactivating itself automatically after about a minute.
Attached is the wg-quick log.
wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 192.168.126.1 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] ip -4 route add 192.168.126.3/32 dev wg0
[#] ip -4 route add 192.168.126.2/32 dev wg0
[#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services
Terminated
[#] ip link delete dev wg0
Unable to access interface: No such device
[#] ip link delete dev wg0
Cannot find device "wg0"
wg-quick down wg0
wg-quick: `wg0' is not a WireGuard interface
Steps to reproduce
log into unraid, go to settings/vpn manager
add new client
activate tunnel
watch tunnel deactivate
attached is also a screenshot of previously working tunnel settings.