Questions tagged [socks-proxy]
168 questions
54
votes
9 answers
http proxy over ssh, not socks
The question is simple, but the answer is not :
ssh -D 8080 user@host
or
ssh -gCNf -D 8080 user@host
or
wathever with -D #
I need a kind of proxy that i can use with http_proxy variable, in an embedded device that doesn't support SOCKS.
What…
behrooz
- 735
32
votes
2 answers
SSH as socks proxy through multiple hosts
Can the following be achieved with SSH.
There are three machines involved:
A. My local machine at home
B. The SSH gateway server at school
C. A workstation in a lab, only reachable through B
I want to setup a SOCKS proxy. I want to be able to surf…
Sébastien
- 323
- 1
- 3
- 4
21
votes
2 answers
How to tunnel HTTP over SSH via SOCKS?
This should be a simple issue to solve, but for some reason it's not working for me.
ssh vps works just fine (I use authentication keys)
I set up the tunnel with the command:
ssh -C2TNv -D 8080 vps
I then modify Firefox network settings:
manual…
wting
- 1,162
21
votes
3 answers
Virtual Network Adapter that forwards request to a SOCKS proxy
Being forced to use a proxy is a nightmare. You have to configure almost every software for the proxy, if the software supports it. It would be great if we could configure our network adapter to use a SOCKS proxy by default. Since it's not an option…
ramazan polat
- 1,413
17
votes
1 answer
A software like Proxifier for linux?
is there any software similar to Proxifier in windows for linux that passes all of my traffic via SOCKSv4, SOCKSv5, HTTPS and etc.?
Milad Irannejad
- 175
- 1
- 2
- 5
16
votes
6 answers
How can I make sure all my Mac's TCP traffic goes through a SOCKS5 proxy?
I have a SOCKS proxy with a port.
How can I make my MAC use it? What settings do I change under network settings?
Alex
- 2,601
16
votes
1 answer
Way to do DNS lookup through SOCKS5 proxy server
SOCKS5 supports UDP and thus DNS lookups. I'm looking for an application, or a command using standard system utilities, to do a single DNS lookup through a SOCKS5 proxy, and not connect to this address. As an example, here's fake dig command to…
nitro2k01
- 2,461
14
votes
3 answers
Redirect web traffic (SOCKS proxy) for a specific domain
I have YouTube blocked at my work because reasons.
I’m a scientist and I need YouTube because most of the conferences and talks that I’d like to see are available there. Yes, I actually need YouTube, for science.
I spoke to the network admin at my…
Alex Morales
- 365
12
votes
4 answers
Tunneling ssh via a SOCKS5 Proxy on Windows
I'm using Windows 7 over my 'restricted' campus network.
I use Heroku Toolbelt to work with heroku projects, which inturn uses git and ssh on port 22.
However, port 22 is blocked in my campus. Can i use a SOCKS proxy like Tor to tunel my ssh and…
Vikas Raturi
- 221
12
votes
1 answer
OpenVPN vs. SOCKS proxy
I've been trying to set up a secure connection over which I can browse the internet, and it seems like there are two options, and SSH SOCKS proxy or OpenVPN (at least, those two are what I have found, but I'm certainly no expert.)
the SSH SOCKS…
Kyle L
- 2,379
10
votes
2 answers
How to install proxychains for Mac Os
I tried installing homebrew and then installing proxychains with brew install proxychains-ng. It did not work. I then tried downloading the formula from https://gist.github.com/allenhuang/3792521 without success. Do anyone knows how to install…
Bob Ebert
- 239
7
votes
1 answer
Sharing transparently proxied Internet connection with PS3
I am trying to play a Japanese karaoke game on a PS3 but the latency is just horrendous and downloading songs takes forever. One recommendation I got was to turn my laptop into a SOCKS proxy by logging in via OpenSSH to my friend's server in…
paob
- 71
7
votes
1 answer
How can I start a google chrome instance which uses a proxy while already having chrome running
On linux, one can use this
google-chrome-stable --proxy-server="socks://localhost:4444"
to start google chrome and tell it to use a local SOCKS server.
However this only works when chrome is not already running, otherwise it politely says
Opening…
haelix
- 438
7
votes
2 answers
Google chrome ignorning localhost for SOCKS5 proxy
I am utilizing Google Chrome as a port forward via SOCKS proxy.
Essentially I am running the following command via terminal:
ssh foo@bar.com -D 9999
Then in Google Chrome, I set the SOCKS proxy to 127.0.0.1:9999.
Problem is, I need to then access…
bdf0506
- 71
6
votes
0 answers
Route traffic selectively through OpenVPN as a SOCKS proxy
Is it possible to convert OpenVPN traffic into a SOCKS proxy locally, so that applications can use the VPN only when needed by connecting to the SOCKS proxy?
I'm aiming for something like Underleech Seedboxes, but I don't have their opvn file, so…
Kevin Ji
- 163
- 10