hi to all, i'm Paolo...
i did a lot of research and tests, i generally like to find solutions by myself ... but i don't know what else to try so i'm asking your help...
i'm trying to configure WG Client on raspbery PI 2 using LibreELEC 9.2.8 to connect to an OpenWRT router... i think i've done all the configurations required but it doesn't work...
connmanctl services show me the VPN i've configured... "WireGuard VPN Tunnel vpn_<my selected name>"
the config file seems to be correct...
[provider_wireguard]
Type = WireGuard
Name = WireGuard VPN Tunnel
Host = <OpenWRT ddns ip>
WireGuard.Address = <my Client internal IP>/32
WireGuard.PrivateKey = <client generated Private KEY>
WireGuard.PublicKey = <OpenWRT Server Public KEY>
WireGuard.DNS = 8.8.8.8, 1.1.1.1
WireGuard.AllowedIPs = 0.0.0.0/0
WireGuard.EndpointPort = WG Server Listening port
WireGuard.PersistentKeepalive = 25
on OpenWRT router i've configured the Peer with <my Client internal IP>/32 and Public Client KEY...
when i use connmanctl connect vpn_<my selected name> it goes UP and on OpenWRT Wireguard Status i see some Tx and RX bytes but Last Handshakes reports "never"...
this is what on OpenWRT
this is my LibreELEC...
i'm sure.. keys are corrects .. possible are they wrong ?
Wireguard server on OpenWRT works correctly... i've tested using the same source connection (other modem) ... using my android phone in wifi connected works.. using LibreELEC Kodi wired connection it does'n work..
thank's to all