Posts by l1br33l3c
-
-
>This needs to be an IP address
yes that work ! thanks!
but thats bad news because I have a dynamic WAN IP on this Router/Endpoint/Host
so I can not add a IP Address because I chance may once a day
Thanks a lot!
-
>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 worksLibreELECwz:~/.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 wg0LibreELECwz:~/.config/wireguard # wg show
interface: wg0
public key: xxxxx
private key: (hidden)
listening port: 53072peer: 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 -
can not ping ip-addresses from internet like: 8.8.8.8
and the router: 192.168.178.1 also not pingable
so it is not a DNS Problem...
-
>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 -
I found somthing it is IPSec based what fritzbox in this firmware version is offer as vpn
-
thats a solution!
thank you so much!
-
Hi,
did not find how to configure VPN to a fritzbox with firmware 7.31 (no wireguard).Have a VPNc config for linux. But how to enable in on libreelec ?
hostname
user
password
group
grouppassword
-
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
-
Hi,
I wanna use libreelec in a VM (libvirt / kvm) but did not get the GUI.
It boots in loop. Show the Logo, and go back to SysLinux.
Anybody know the Setup ?
Using the: LibreELEC-Generic.x86_64-10.0.1img to install to the disk
-
-
Hello,
got a Tanix TX6.Used the Image: LibreELEC-H6.arm-10.0.1-tanix-tx6.img.
TX6 boot into Kodi but no WiFI Networks are found.
If I boot it on Android WiFi Networks are found.
Ethernet Interface is working on LibreElec.
How can I fix this ?
-
-
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 ?