Timeline for How do I tunnel/use a proxy server with SSH? (open failed: connect failed: Connection refused error)
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 24 at 23:06 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 2, 2021 at 6:25 | comment | added | Eric Stotch | @KamilMaciorowski I'm not sure whats happening but I can browse websites just fine but not peer to peer | |
| Apr 2, 2021 at 0:34 | answer | added | Panos | timeline score: 0 | |
| Apr 1, 2021 at 23:21 | comment | added | Kamil Maciorowski |
(1) Connection refused means the SSH server could not connect to the requested address on the behalf of the SOCKS client. I guess it's not unusual when torrenting because some trackers or peers may no longer be at their former addresses. (3) I wanted to make sure the program can actually use SOCKS. Your statement about "connections from my server to me" made me suspect you were confusing things. (4) -g could allow other clients in your LAN to use the 7123 port of your local machine as a SOCKS proxy. I think -g is irrelevant in your case because you bind to 127.0.0.1 anyway.
|
|
| Apr 1, 2021 at 22:46 | comment | added | Eric Stotch | @KamilMaciorowski 1) when I start the torrent to download ubuntu. It downloads nothing and prints many of these. 2) The shell that I executed the ssh line on 3) qbittorrent, not sure why that would matter. 4) Does my line not allow both windows and linux to open ports to eachother? | |
| Apr 1, 2021 at 21:20 | answer | added | Michał Zaborowski | timeline score: 0 | |
| Apr 1, 2021 at 20:29 | comment | added | Kamil Maciorowski |
(1) "I'm getting errors" – When? Just after you invoke ssh? or when you try to use the proxy? (2) What are the errors from? From the ssh? (3) What program with what settings are you using to actually test the connection? (4) "-g should allow connections from my server to me" – If you mean "from the pi to the Windows 10" then possibly not in the way you mean. Are you sure you want a socks proxy? (5) Please read this: How to create a SOCKS proxy with ssh.
|
|
| Apr 1, 2021 at 19:59 | history | asked | Eric Stotch | CC BY-SA 4.0 |