Posts by applebenny

    Hi,

    I installed the VPN Manager, configured a profile from my VPN provider, and it works great. Now I enabled ipforwarding with

    Code
    sysctl -w net.ipv4.ip_forward=1

    and added iptable rules

    Code
    ~ # iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
    ~ # iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE

    it works great, now i can access the internet throug my libreelec-device over my vpn provider

    But: After Reboot, the ipforwarding is disabled and the iptable rules are lost.

    How can I make them persistent? I can't apt-get install iptable-persistent, and i cant create a /etc/sysctl.conf file.

    Thanks!

    I have a Mini M8s with 8.0.2 libreelec. Everytime it goes into standby after some time with no use I can't boot it up again with the remote. Not possible to connect via SSH either. I have to remove the power cord and put it back in to restart.

    How can I fix this? When I was on stock android I didn't have the same issue.

    First i thought it goes into standby or shut down after some time, but then i realized it shuts down if i shut down my tv before i go to bed. Disabled the option to shutdown devices over CEC in my tv settings, now it runs 24/7! :)