Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Once connected to B, how the requests to Internet will be redirected to A? There's no configuration to change? Commented Apr 18, 2014 at 21:30
  • You'll need to set a proxy server on B to 127.0.0.1:3128 Commented Apr 22, 2014 at 3:28
  • 1
    Shouldn't it be "-R" instead of "-L"? Commented Apr 24, 2021 at 7:58
  • @Y.Zhai nohup ssh -NL 3129:localhost:3128 user@HostB Commented Nov 10, 2022 at 13:43