Hi everybody,
I hope you are well.
I make this post because I'm stuck with a forwarding port problem and I need some help.
I use a VPN gateway to connect my box to my VPN server, everything is working. unfortunately when I want to connect my phone from outside (away from my home), it doesn't work.
My VPN provider (arethusa) allows port forwarding and on the Arethusa forum, the admin told me to configure this redirection on my box
iptables -t nat -A PREROUTING -i tun+ -m tcp -p tcp --dport 55555 -j DNAT --to-destination :80
Could you confirm that it's ok because I think that iptables is not started on openpli?
Thanks in advance for your precious help