I am trying to make a tunnel between a server and laptop with Putty. The problem is, since the laptop has no public IP address, I have to make a reverse connection.
ASCII Artwork:
SERVER(PORT:6000) ----------> LAPTOP(PORT:7000)
However, since laptop has no public IP Address I have to:
SERVER(PORT:6000) <---------- LAPTOP(PORT:7000)
But, all the data coming from will be transferred from server to laptop.