Posts by Piddox

    Hi,

    I've been trying to setup Wiredguard using connman on my Raspberry Pi, which is running LE. I'm following this guide.

    My VPN provider has provided me with this .conf file which contains all the info for setting it up (I mocked up some data of course):

    Code
    [Interface]
    PrivateKey = privatekey4305345345304583045=
    Address = 10.10.100.100/32,fc00:aaaa:xxxx:xxxx::x:xxxx/128
    DNS = 10.10.0.1
    
    
    [Peer]
    PublicKey = publickey3405345fgeorvjeorjewomwop=
    AllowedIPs = 0.0.0.0/0,::0/0
    Endpoint = 193.93.193.93:55555

    I have translated this data info a .config file looking like this:

    I have saved this file as myvpn.config in /storage/.config/wireguard/. However, after rebooting the RPi, I don't see a new service added:

    Code
    LibreELEC:~ # connmanctl services
    *AO Wired                ethernet_b827ebe5f984_cable

    Does anyone know why connman is not detecting my config file? Is something wrong with the way I filled it? Is there any command to manually load a config perhaps?

    Thanks!