You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use gluetun client and it works well except for port forwarding.
I added an IPtables (v4 only) rule on my VPS but port is still reported as closed iptables -t nat -A PREROUTING -d VPS_IP -p tcp --dport 52920 -j DNAT --to-dest 10.66.66.2:52920
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I use gluetun client and it works well except for port forwarding.
I added an IPtables (v4 only) rule on my VPS but port is still reported as closed
iptables -t nat -A PREROUTING -d VPS_IP -p tcp --dport 52920 -j DNAT --to-dest 10.66.66.2:52920
Everything seems to be ok on the client side
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions