假如有三台机器:A、B、C:
A是家里使用的计算机。(内网)
B是一台A、C都能直接连接的服务器。
C是公司里使用的计算机。(内网)
问:有没有可能实现 A端使用ss客户端连接C端的ss服务端。(通过B)
我个人的想法是C做B的ssh反向连接,实现内网穿透。然后A连接B。可是实践后发现不行,求大神指点迷津。
巴扎黑2017-04-18 09:09:36
Okay, I just use SSH to reverse connect to the company's server at home, and then SS connects to the local proxy.
It’s quite complicated and I can’t explain it clearly here. For details, you can read the article on my blog https://gootoo.top/fuckgfw/ssh-port-forwarding-accelerate-ss.html