- SSH tunneling: Forward a specific port (localhost:9999 to example.org:80) along with disabling pseudo-[t]ty allocation and executio[n] of remote commands: ssh -L 9999:example.org:80 -N -T username@remote_host
coderfox
2021-04-14 12:01:19 +08:00
不好意思,刚看错了,应该是这个:
- SSH tunneling: Dynamic port forwarding (SOCKS proxy on localhost:9999): ssh -D 9999 -C username@remote_host
Jirajine
2021-04-14 12:08:57 +08:00
Linux 上开启 ip forward 、masqurade,并让防火墙放行转发包。 然后 Windows 把默认路由指向 Linux,就可以了。
mgrddsj
2021-04-14 12:31:51 +08:00
最简单的方法:Linux 上开个 Shadowsocks-libev,Windows 上用支持 ss 的客户端连接上就好了
seers
2021-04-14 12:38:37 +08:00
关键字 Linux server as gateway
tankren
2021-04-14 13:50:29 +08:00
linux 开转发 windows 把 linux 设成网关 或者 linux 跑 socks 代理 你先确定这样做会不会被炒鱿鱼