任何拥有此类 http 中继或代理的解决方案

发布于 2025-01-01 07:19:40 字数 245 浏览 4 评论 0原文

3台PC A、B、C。

A:windows PC(内网内,可以访问B,但无法访问C) B:linux PC(内网内,可以到达A、C,并通过PC C上的代理服务器访问Internet) C: 代理服务器(在内网内,可以到达/代理来自/到互联网的流量)

我在 PC B 上没有 root 帐户。我想要一个程序在 PC B 上运行(作为普通用户而不是 root)来帮助我访问互联网 吗

有什么解决方案或建议

?谢谢。

3 PCs A, B, C.

A: windows PC (within intranet, can reach B but blocked to C)
B: linux PC (within intranet, can reach A, C and access internet through proxy server at PC C)
C: proxy server (within intranet, could reach / proxy the traffic from/to internet)

I have no root account on PC B. I want a program to run at PC B (as a common user not root) to help me access Internet at PC A.

Any solutions or suggestions?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作死小能手 2025-01-08 07:19:40

OpenSSH 可以做到。

在 PC B 上以用户身份运行 sshd(如果尚未运行),然后在 PC A 上使用 PuTTy 通过它建立隧道(在本地 PC A 端口上打开 SOCKS 代理,通过该端口传输流量)隧道)。

OpenSSH can do it.

Run sshd as a user on PC B (if it's not already running), then use PuTTy on PC A to tunnel through it (opening a SOCKS proxy on a local PC A port that funnels the traffic through the tunnel).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文