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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.