Posts by l1br33l3c

    >Does the server end at least show an active connection from the client?

    unfortunately no


    if i use the access data on my linux system
    the VPN connection works


    LibreELECwz:~/.config/wireguard # netstat -nr
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 wg0


    LibreELECwz:~/.config/wireguard # wg show
    interface: wg0
    public key: xxxxx
    private key: (hidden)
    listening port: 53072

    peer: xxxxx
    preshared key: (hidden)
    endpoint: xx.xxx.xxx.xx:53072
    allowed ips: 192.168.178.0/24, 0.0.0.0/0
    latest handshake: 1 minute, 17 seconds ago
    transfer: 1.54 KiB received, 467.02 KiB sent

    >Assuming you've read this?

    thanks this Site I know


    >what LE release are you running?

    11.03 on H6.arm


    My WireGuard source looks like this:

    [Interface]

    PrivateKey = xxxxx

    Address = 192.168.178.203/24

    DNS = 192.168.178.1

    DNS = fritz.box

    [Peer]

    PublicKey = xxxxx

    PresharedKey = xxxxx

    AllowedIPs = 192.168.178.0/24,0.0.0.0/0

    Endpoint = myhost.domain.tld:53072

    PersistentKeepalive = 25


    my kodi wireguard file: /storage/.config/wireguard/myvpn.config

    [provider_wireguard]

    Type = WireGuard

    Name = myvpn

    Host = myhost.domain.tld

    WireGuard.Address = 192.168.178.203/24

    WireGuard.ListenPort = 53072

    WireGuard.PrivateKey = xxxxx

    WireGuard.PublicKey = xxxxx

    WireGuard.PresharedKey = xxxxx

    WireGuard.DNS = 192.168.178.1

    WireGuard.AllowedIPs = 192.168.178.0/24;0.0.0.0/0

    WireGuard.EndpointPort = 53072

    WireGuard.PersistentKeepalive = 25


    LibreELECwz:~/.config/wireguard # wg show

    interface: wg0

    public key: xxxxx

    private key: (hidden)

    listening port: 53072

    peer: xxxxx

    preshared key: (hidden)

    endpoint: 84.xxx.xxx.xxx:53072

    allowed ips: (none)

    latest handshake: 4 seconds ago

    transfer: 92 B received, 180 B sent

    persistent keepalive: every 25 seconds


    LibreELECwz:~/.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

    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

    Hello,

    sorry about my poor english!

    Try to help a friend, he is german in lives in france.

    He wann use the "Pluto TV Addon" but the Addon shows only french content.

    Is it possible to swtich this to German ?

    Or only possible with VPN ?


    Kodi Box is set to german ( Language / region / Keyboard etc )

    In the addon settings I can not find anything about language

    Hello,
    i have the Image LibreELEC-H6.arm-10.0.0-tanix-tx6.img written with dd to the 32GB SdCard.

    Plugin SdCard into TX6S, PowerOn did not start. ( no boot on the Display )

    TX6S start/boot only if the SdCard is removed. ( boot on the Display )

    Tryed with "Enter Rescue" ( Reset pin, power on, choose "Enter Rescue" )

    Supported API: 3

    Warting for rescue Commands

    How to boot the TX6S from SDCard ?