The socks-proxy tag has no wiki summary.
0
votes
1answer
25 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
47 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
83 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
73 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
115 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
47 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
33 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
46 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
1answer
65 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
169 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 ...
2
votes
2answers
60 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
185 views
1
vote
1answer
135 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
138 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
58 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
106 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
123 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
448 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, ...
2
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
160 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, ...
1
vote
1answer
287 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 ...
1
vote
1answer
824 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
511 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
240 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
665 views
Can the browsers (IE, Firefox, Chrome, Safari) authenticate to a SOCKS5 proxy?
If so, what authentication method is possible?
1
vote
0answers
213 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
485 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
791 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
410 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
759 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
81 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
183 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
563 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
150 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
86 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
432 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
2answers
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
4k 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 ...