I recently bought a Vero 4k + and I am now attempting to get wireguard working on it.
I am using the latest kernel: 4.9.113-45-osmc, and according to posts on this forum (i.e: Wireguard client , Has anybody tried to install Wireguard?), wireguard is now supported in the kernel. I do however need the wireguard-tools package and I can’t seem to figure out how to get it working.
I have been trying to find a solution but it feels none of the posts actually address this properly since the kernel module is now included. Is there anyone out there who can help?
Hello, i tried to install this one… But i am getting the last “error”
wg-quick.target is a disabled or a static unit, not starting it.
How can i solve it to start wg automatically?
AND when i tried to start ist:
Mär 19 11:26:15 osmc systemd[1]: wg-quick@hosivero.service: Main process exited, code=exited, status=4/NOPERMISSION
Mär 19 11:26:15 osmc systemd[1]: wg-quick@hosivero.service: Failed with result 'exit-code'.
Mär 19 11:26:15 osmc systemd[1]: Failed to start WireGuard via wg-quick(8) for hosivero
osmc@osmc:~$ sudo wg-quick up hosivero
[#] ip link add hosivero type wireguard
[#] wg setconf hosivero /dev/fd/63
[#] ip -4 address add 1xx.xxx.xxx…1/32 dev hosivero
[#] ip link set mtu 1420 up dev hosivero
[#] ip -4 route add 1xx.xxx.xxx.0/24 dev hosivero
[#] iptables -t nat -A POSTROUTING -o hosivero -j MASQUERADE
iptables v1.8.7 (nf_tables): CHAIN_ADD failed (No such file or directory): chain POSTROUTING
[#] ip link delete dev hosivero