Skip to content
Karthigeyan Illancheran edited this page Aug 30, 2019 · 1 revision

tunnel

ssh root@135.227.65.144 -L 8080:10.31.100.169:8443

socat

socat TCP-LISTEN:8443,reuseaddr,fork TCP:remoteip:8443

this needs to be run with sudo on machine you have access to TCP:remoteip is the remote machine hostname/IPAddress

Clone this wiki locally