Report this

What is the reason for this report?

How can i forward Ports with OpenVPN?

Posted on November 24, 2015

Hello,

i installed the OpenVPN Script from Nyr which works perfectly, now i want to forward Gameserver Ports like ‘25565’ (for Minecraft Server) and 7777.

My System runs Ubuntu 14.04 x64



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

no ideas how i can do this with iptables? I tried this with tcp and udp:

sysctl -w net.ipv4.ip_forward=1
		iptables -t nat -A PREROUTING -d serverip -p tcp --dport 25565 -j DNAT --to-dest 10.8.0.3:25565
		iptables -t nat -A POSTROUTING -d 10.8.0.3 -p tcp --dport 25565 -j SNAT --to-source 10.8.0.3

but it won’t work

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.