Redirect all ports to my server in a simple way
- by Dorian
I have a server with SSH access (on port 22 and 443).
My ISP block everything except ports 80 and 443.
I there a simple way to make everything go to my server (via SSH) then return the response via the same SSH connection, but in a way I can use all the ports in my client.
Like : Me ? SSH connection ? My server ? request ? Server ? My server ? Me
It's like a VPN but I don't have any port available for a VPN (443 is already taken by SSH).