Display MoreDisplay MoreI am using NordVPN and I am 99% of the way there.
I have my access token. The private key was generated. The server list is shown.
But when I attempt to connect to any server it does say 'Connection established' but am still on my IP. When I attempt to connect multiple times the box appears to do a gui reboot. No crash logs are generated. I do not have OpenVPN installed.
I'm running OpenATV 7.5.1, python 3.12.9. I'll keep trying and if I solve it I will get back to you.
On which receiver?
Telnet:
/etc/init.d/wireguard stop
/etc/init.d/wireguard start
After sending the start command, paste the output you receive.
I'll start by saying I fixed it thanks to your telnet command.
It is an Edision OS mio 4k plus. This was the telnet:
root@osmio4kplus:~# /etc/init.d/wireguard stop
Stopping Wireguard interface: wg0
wg-quick: `wg0' is not a WireGuard interface
root@osmio4kplus:~# /etc/init.d/wireguard start
Internet connection OK
Starting Wireguard interface: wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 10.28.140.95 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] resolvconf -a wg0 -m 0 -x
[#] ip -6 route add ::/1 dev wg0
Error: IPv6 is disabled on nexthop device.
[#] resolvconf -d wg0 -f
[#] ip link delete dev wg0
root@osmio4kplus:~#
Display More
When I noticed the error I went into settings and set 'Disable ipv6' to No and retried to connect. It worked.
