Hi all,
so happy with Wireguard support on Kodi! Thanks for that!
One thing I can't get to work after following step by step the instructions at (Configuring WireGuard in LibreELEC (v9.2.1 and newer) [LibreELEC.wiki]), the last part:
after starting with:
where the wireguard.service is:
Code
[Unit]
Description=WireGuard VPN Service
After=network-online.target nss-lookup.target connman-vpn.service
Wants=network-online.target nss-lookup.target connman-vpn.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/connmanctl connect vpn_12_345_67_89_my_home_network
ExecStop=/usr/bin/connmanctl disconnect vpn_12_345_67_89_my_home_network
[Install]
WantedBy=multi-user.target
Display More
The error is:
Code
wireguard.service - WireGuard VPN Service
Loaded: loaded (/storage/.config/system.d/wireguard.service; enabled; vendor preset: disabled)
Active: active (exited) since Thu 2019-04-11 18:28:38 CEST; 11 months 26 days ago
Main PID: 347 (code=exited, status=0/SUCCESS)
Memory: 0B
CGroup: /system.slice/wireguard.service
Apr 11 18:28:38 LibreELEC systemd[1]: Starting WireGuard VPN Service...
Apr 11 18:28:38 LibreELEC connmanctl[347]: Error /net/connman/service/vpn_12_345_67_89_my_home_network: Input/output error
Apr 11 18:28:38 LibreELEC systemd[1]: Started WireGuard VPN Service.
Display More
(** edited the IP)
If I use only the command: connmanctl connect vpn_12_345_67_89_my_home_network it works flawless.
What am I doing wrong here?
(BTW I'm using a RPi4, latest version of Libreelec)