Run : dietpi-software reinstall 171, it's okay, NordVPN is there again after the installation and reboot. But same problem with the connectivity

still give mesysctl net.ipv4.ip_forward
1
Code: Select all
iptables -t mangle -I PREROUTING -s 192.168.123.123 -p tcp -m multiport --sports 80,443 -j MARK --set-mark 10
ip rule add fwmark 10 table 10
ip route add default via ISP_GATEWAY_IP_HERE table 10
Code: Select all
ip rule add from 192.168.123.123/32 sport 80 table 10
ip rule add from 192.168.123.123/32 sport 443 table 10