Hi,
have a working WireGuard Config on my SmartPhone.
Save the Config in QR-Code and as Text.
did the flowing:
cd /storage/.config/wireguard
cp wireguard.config.sample myvpn.config
edit the myvpn.config
But can not ping to internet or to the router if connect the vpn: myvpn in Libreelc -> Connections
LibreELEC:~/.config/wireguard # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
ping: sendto: Required key not available
LibreELEC:~/.config/wireguard # ping 192.168.178.1
PING 192.168.178.1 (192.168.178.1): 56 data bytes
ping: sendto: Required key not available
LibreELEC:~/.config/wireguard # ip a
10: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP8000> mtu 1420 qdisc noqueue qlen 1000
link/[65534]
inet 192.168.178.211/24 scope global wg0
Is there a way to convert from a Linux BOX the config file to Kodi config file format ?
Because the syntax is not the same.
Thanks