I have done the setup as described in the wiki, but I get no response.
Instead the following error:
KODI-TV4:~ # connmanctl services
*AO Wired ethernet_dca63226ebf3_cable
* WireGuard VPN Tunnel vpn_kodi4_tv
KODI-TV4:~ # connmanctl connect vpn_kodi4_tv
Error /net/connman/service/vpn_kodi4_tv: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
my conf file looks like this:
[provider_wireguard]
Type = WireGuard
Name = WireGuard VPN Tunnel
Host = myname.dyndns.org
Domain kodi4.tv
WireGuard.Address = 192.168.6.6/24
WireGuard.ListenPort =
WireGuard.PrivateKey = ghgghh
WireGuard.PublicKey = vhjjnbvv
WireGuard.PresharedKey =
WireGuard.DNS = 8.8.8.8
WireGuard.AllowedIPs = 0.0.0.0/0
WireGuard.EndpointPort = 45467
WireGuard.PersistentKeepalive = 25
Any ideas?