The socks-proxy tag has no wiki summary.
3
votes
0answers
71 views
How to have external requests from a LAMP server bypass internet censorship?
I had another question at the askUbuntu site, and migrated this version from a Server Fault question, as I think that Super User is the best location for asking it.
Background:
I have a local ...
1
vote
0answers
51 views
Can't upload to FTP server through SOCKS proxy
This question is somewhat of an extension of this question.
My final intention is to be able to upload files to the ftp server in question.
I have FileZilla connecting through a SOCKS proxy created ...
1
vote
0answers
33 views
Browsers that support Socks5 user/password authentication
I need a browser that can authenticate itself with the usual user/password combination. Arora and Maxthon does this. However, Arora's source code have been edited 2 years ago. Maxthon? It's an ...
1
vote
1answer
113 views
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.?
2
votes
1answer
126 views
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, ...
3
votes
1answer
354 views
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
...
3
votes
1answer
70 views
What to do when the ISP seems to interrupt a SOCKS5 connection to a VPS?
I have a VPS and until now have been using a socks5 server on it.
The problem is that recently my ISP (I live in Iran) has figured out some way to interrupt it and I'm receiving the "blocked page" ...
0
votes
0answers
27 views
Looking for a site specific browser that can use VPN
I am looking for a site specific browser that can use VPN or SOCKS proxy. I am using OS X Lion.
0
votes
1answer
203 views
Free, simple, configurable SOCKS5 server
I've been looking (for the past 6-7 hours) for a fast, free and configurable SOCKS5 server. I haven't found anything that matches my needs. They are either too complicated, too bare-bones or simply ...
0
votes
1answer
140 views
Web browsing through SSH tunnel gets stuck/clogged
I use tools like Tunnelier to log into my home Tomato router through SSH, and then use it as a proxy for web browsing, tunnel for Remote Desktop/VNC, etc.
Most days it works great, but some days ...
1
vote
3answers
704 views
chrome socks proxy through ssh forwarding timeouts
I'm attempting to forward all traffic through from Google Chrome through a SSH tunnel.
When Firefox is configured to use the tunnel, it works. When chrome is launched with the proxy args appended, it ...
0
votes
1answer
160 views
How to diagnose proxy over ssh?
Recently I've tried to set up proxy using ssh -D 2454 username@servername (to browse the Internet through ssh tunnel), but failed to do this correctly. I would be happy for any suggestions and/or ...
0
votes
1answer
293 views
How to set up a proxy to route all traffic through?
I run Ubuntu on my home computer. Is there a simple way of setting up a proxy server on that computer? At least so that I can use it as a proxy server for HTTP, but if it isn't very difficult so that ...
0
votes
1answer
423 views
FTP over proxy Ubuntu 11.10
i develop several scripts which get their data from ftp-servers. My machine is behind a proxy which prevents my scripts (and programs like ftp) to connect to my testserver.
Testing with a windows ...
0
votes
1answer
124 views
Limit URL's accessible over a SSH Tunnel
I have a server and I want to offer a tunnel through this server to some of my friends.
But I want to limit the sites they can access using this tunnel.
My plan was to create a user account without ...
2
votes
2answers
231 views
SOCKS5 proxy with username authentification for windows
Can you suggest any SOCKS5 proxy server for Windows (ideally Windows 7) which supports SOCKS5 username authentification (rfc 1929).
0
votes
0answers
90 views
Accessing serial port via sockets
I'm on windows and I need to access my com5 serial port via sockets. I tried serproxy but it does not work. Is there a better tool to do it?
This serial port com5 is a virtual serial port of my 3g ...
1
vote
1answer
69 views
How secure SSH dynamic port forwarding?
I'm using SSH's dynamic port forwarding to host a socks proxy on localhost. I'm trying to find out if the connection between my computer and the remote server/destination is secured. Will my ISP or ...
0
votes
1answer
108 views
Set/unset socks proxy via shell
In OSX Lion I set ssh proxy to connect to work. All I do is
a) in terminal
ssh -D 8080 -f -C -q -N work_host_machine
b) System prefereces, proxy, set socks proxy
Step b) needs to be performed by ...
0
votes
2answers
207 views
tsocks and OpenSSH
I try to use tsocks as a socks-wrapper for an OpenSSH socks5 tunnel:
Here's my tsocks.conf:
wishi@kage ~ % cat /etc/tsocks.conf
# This is the configuration for libtsocks (transparent socks)
# Lines ...
1
vote
1answer
357 views
How to encrypt SOCKS5 traffic?
When I use my laptop in open Wi-Fi networks I want to tunnel all my TCP/IP traffic through a SOCKS5 server running on my VPS.
I'm using Windows 7 and Proxifier in order to tunnel ALL traffic through ...
3
votes
2answers
141 views
What is the difference between SOCKS4/5 and a pure TCP proxy?
Why do we need SOCKS if we could just use a TCP proxy system like TOR? What kind of advantages does SOCKS have?
0
votes
1answer
391 views
2
votes
1answer
342 views
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 ...
2
votes
1answer
261 views
How do I set up an SSH tunnel to connect to a proxy?
I have two machines S and C that are on a local network. The way to access Internet from any machine on the network is to use a web proxy, Squid3 is being used. So I can log in to the proxy from only ...
0
votes
0answers
65 views
Access internet through another machine [closed]
Possible Duplicate:
How to share Internet Connection in Ubuntu
I have two machines, both running Ubuntu. Both the machines are on a local network. I am behind a proxy server and am required ...
0
votes
0answers
184 views
Not being able to block a site in ccproxy server
I have installed ccproxy server and have setup firefox to use this proxy server. Now I am trying out different features of proxy server. For testing purpose, I want to check blocking of ...
1
vote
1answer
233 views
How do I find out the type of http proxy server I'm tunneling through?
Following standard online directions, I set up an ssh tunnel at home using putty to access private web pages accessible only on my work network. Fortunately, this just worked; when I sshed into a ...
4
votes
3answers
769 views
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, ...
4
votes
1answer
1k views
How can I route *some* traffic over an SSH SOCKS proxy on OS X?
I have a SSH SOCKS connection running for VPN purposes, and this works beautifully. By using either FoxyProxy for Firefox, or a .pac file for OS X's Automatic Proxy Configuration option, web traffic ...
0
votes
0answers
228 views
proxychains browser unable to download and open files
Ubuntu 10.10, Midori 0.2.4 browser (same problem with Epiphany 2.30.2, haven't tried with Firefox or Chrome as yet)
Proxychains-3.1 installed, working fine.
Here is the deal: when NOT proxychained, ...
2
votes
1answer
407 views
Xbox Live over Mac connection sharing using a Socks Proxy
I've recently moved into an apartment with a managed wifi connection. Everything is heavily proxied and most ports besides 443 & 80 are blocked.
I have a personal server running at my parents ...
2
votes
1answer
1k views
How to route all traffic via a local SSH SOCKS proxy on iOS?
Note: although iOS is technically for "cell phones" which aren't permitted on SU, this questions seems is technical and not about regular usage, that I consider it computer software.
I'd like to have ...
0
votes
1answer
660 views
Quick way to bypass proxy with DownThemAll
I've been using an SSH proxy to my home network to encrypt my internet surfing, which is fine. But the connection is much slower than the direct one, and when I'm downloading large files I'd rather ...
0
votes
1answer
270 views
Problem with HTTP tunneling via SSH between Macs
There are some websites which I can access only from office Mac (10.6) and I am trying to access them from home also using Mac (10.6). I have set up a dynamic port forwarding
ssh -D 8888 -N ...
2
votes
1answer
703 views
Can the browsers (IE, Firefox, Chrome, Safari) authenticate to a SOCKS5 proxy?
If so, what authentication method is possible?
1
vote
1answer
269 views
Multiple identities at the same time using TOR?
I am scraping some websites with curl and I am using Tor to avoid sending too many request with the same ip. The problem is that my app uses threads, so if I send the packet to change identity to the ...
1
vote
3answers
581 views
Force OS X to use SOCKS5
Currently I am using an OpenSSH session (with the -D flag to enable dynamic application level port forwarding) as a SOCKS proxy while I'm accessing the internet through an unencrypted wireless access ...
0
votes
2answers
946 views
SSH tunneling for bypassing firewall (http and socks)
I'm having problems setting up the following:
I am on Linux on machine LOCAL (my notebook).
I ssh into a company machine REMOTE which is behind a firewall and ONLY allows incoming ssh connections ...
0
votes
2answers
529 views
Share a socks proxy on LAN
I have socks proxy running on port 1080. I want other people on LAN to use this proxy. How can I do that?
One way is that the client can run this command and then use proxy 127.0.0.1:1080 on his ...
1
vote
1answer
924 views
Use btguard for anonymous browsing under windows 7 (x64)
For those who don't know how it works: btguard is a password protected SOCKS5 proxy. I am looking for an easy way to use it as an internet browsing privacy solution. Here are two options I entertained ...
2
votes
2answers
84 views
SSH proxying 'kit' available?
Is there a software package for Windows or Mac that kind of packs up the logic of using an SSH host as a dynamic SOCKS forwarder (e.g. ssh -D 1080 yourhost) into a nice looking GUI? I'm imagining ...
0
votes
1answer
215 views
Set up a proxy on a remote Linux server?
In order to watch Hulu and other sites which are not available in my region (Canada). I would like to set up my own proxy server in the USA on a Linode for my Macbook running Mac OS X. On my Macbook, ...
1
vote
1answer
629 views
Putty error trying to Proxy SSH thru SOCK5 proxy: Proxy returned Unexpected Version - any help?
I get an error trying to connect to a server thru SSH via a SOCK5 proxy with Putty.
The error is: Proxy returned Unexpected Version
Any clue what this error is, or how to troubleshoot? the Proxy ...
0
votes
2answers
168 views
proxy software that supports parallel transfer
I need to setup a really fast proxy server in a remote server, here's the scenario:
The server prefetches 3KB of data, mostly HTTP resources.
The server send to client 3KB of data, instead of ...
1
vote
1answer
93 views
Allow other PC to access proxy installed on my laptop, in ubuntu
I've created a ssh proxy to server by invoking this command:
ssh -p1234 -D1234 someuser@someserver
With this, I'm able to load certain pages from my firefox, however, the one who need to access ...
0
votes
4answers
4k views
Use SOCKS proxy authentication with Firefox or MSIE
Does anyone know if there is a simple way for the end-user to configure SOCKS proxy authentication in either of the major browsers: Firefox or MSIE?
Some browsers support proxy authentication by ...
1
vote
1answer
542 views
Forcing all outgoing connections through proxies
How can I do this in Linux? It'd be nice if there was a way to transparently force connections through proxies rather than configure them individually for each program.
1
vote
3answers
2k views
Configuring IE to resolve DNS at the proxy rather than locally
With the intention of tunneling web traffic through an SSH connection, the following has been done:
I've manually configured a PAC file in IE7 in the LAN Settings dialog.
I've verified that traffic ...
2
votes
5answers
6k views
Tracing through Proxy?
There is one person that continiously attacks my own ftp servers. I observed the IPs he left but doing whois on all of them i concluded that those are proxy servers (socks 5). I even found the site ...