I have been reading on how to reverse tunnel and I am using this command:
ssh -f -N -T -R25565:localhost:25565 dns.mindfulhacker.tk
To forward my Minecraft server. My other server can connect to my Minecraft server but clients cannot connect to it by using the IP: dns.mindfulhacker.tk:255565
How can I forward my tunnel so it works like this?
Both servers run Ubuntu Server 12.04 LTS and clients will be running Windows. (If the clients used Linux I would allow them to SSH Tunnel it back.)
255565
, is not valid (>65535) - I'm assuming that's a typo here. – ash Sep 16 '13 at 03:20