So I have a CentOS 6 server I installed PPTP on, and can connect to it from my home computer just fine, using it as a VPN.
I have an application running on my home PC that is accepting incomming connections on port 13377.
I want to be able to have other computers connect to my servers IP on port 13377 and have my server forward all this traffic to my home PC which can then accept it on port 13377.
What iptable rules will I need to set in order to achieve this? Thanks