Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何制作一层隧道:
ssh -ND 9898 username@mymachine
然后localhost:9898在浏览器中添加一个 sockss 代理。
localhost:9898
但是如何制作两层隧道?假设mymachine我不能直接访问,但另一台机器machineprime可以访问并且mymachine一旦我打开就可以访问machineprime。那么如何将我的所有浏览器请求重定向machineprime到mymachine外部世界呢?
mymachine
machineprime
这些链接帮助我实现了我想要的: