The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
4k views

Is there opensource socks5 server for ubuntu?

I can not find any opensource Socks5 server for ubuntu, I need to use Socks5 server to proxy client to access, can anyone help me ?
2
votes
1answer
362 views

Tunnel only one program (UDP & TCP) through another server

I have a windows machine at home and a server with debian installed. I want to tunnel the UDP traffic from one (any only this) program on my windows machine through my server. For tcp traffic this ...
2
votes
2answers
158 views

How to set up a wireless AP with a linux box and SOCKS proxy

I've got: (1) Linux box (Arch linux to be precise, but that doesn't really matter) (2) Ethernet connection on it (say, eth0) (3) Socks proxy on a remote site (say, remote :port), which can be ...
1
vote
1answer
5k views

Squid as Socks5 Proxy server [closed]

One of my friends lives in a country which they censor websites and they are fighting with techniques that people use to bypass the censorship. He told me that the only way that he can bypass the ...
1
vote
1answer
14 views

Stop socks5 (ss5) to logging in start up

I want to stop ss5 to logging into any file in the server. i saw this command: ss5 -m But i want to find a solution to change any config file, so that it effect when the server start or restart.
1
vote
2answers
1k views

How do I use MacPorts (rsync) through a SOCKS5 proxy?

MacPorts relies on rsync to do its job, and I rely on a SOCKS5 proxy to get full access to internet. How do I make rsync run all its queries through my proxy?
1
vote
2answers
355 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 ...
1
vote
1answer
213 views

ss5 and netstat

I am using ss5 on fedora 11, trying to start in on a custom port, but it seems to end up listen on 1080. please see netstat below, and why is the local address 255.255.255.255? ss5 -b 0.0.0.0/123 ...
1
vote
1answer
432 views

How can I use a VPN for specific applications which then connect to multiple squid IP's?

Ok here is my exceptionally confusing dilemma I'm hoping someone here can help me with. 1) I have a home computer setup to check my remote website's functionality & load time. 2) I have 5 remote ...
0
votes
2answers
138 views

ssh tunneling to remote site or SOCKS proxy

I have an admin area on a site, that I would like to restrict access to. I was thinking of creating a virtual host and binding to port 9090 for example. Access to this port will be granted to ...
0
votes
1answer
137 views

strange output on ssh tunneling: output failed; connect failed: Connection timed out;

I use ssh user@xx.yy.zz.41 -p 1234 -D 9898 command for tunneling, and I set firefox socks5 ip to 127.0.0.1 and its port to 9898. It works successfully ,but in terminal I have error in output: ...
0
votes
1answer
47 views

Forwarding from one SOCKS proxy to another

I want to set up a SOCKS proxy that listens on port 1080 and forwards data to another proxy listening on port 22 on 1.2.3.4. How do I do that?
0
votes
2answers
245 views

how to buy proxy servers

I need to buy/setup 100 quality socks 5 servers, I am looking for a cheap but quality solution. Is there such service I can buy somewhere?
0
votes
0answers
11 views

how to add socks5 to TCP traffic of a specific port on linux [duplicate]

We need to route all the traffic of the port 1070 through a socks5 (8.8.1.1:10880). So far I've tried something like iptables -t nat -A PREROUTING -p tcp -m state --state ESTABLISHED,RELATED,NEW -d ...
0
votes
1answer
23 views

How to route the traffic from a specific port through a socks 5 server?

I'm running oracle sql on port 1521. However I can connect on it from a remote server only through a socks5 proxy(due firewall restriction). The client that I use to connect to the sql server doesn't ...
0
votes
0answers
23 views

I want to install a proxy server with multiple external IPs

I'm setting up my website and have gotten to where I need to make calls to external servers. To hide my server's backend (private) IP address I'll use a SOCKS5 proxy set up on a DDoS protected server ...
0
votes
0answers
64 views

How to set up Amazon EC2 instance with Dante?

I'm trying to set up a password protected socks5 proxy server to tunnel traffic from my VPS. Here's what I did: 1.get amazon linux tiny instance 2.execute wget ...
0
votes
1answer
191 views

Transparent SOCKS5 proxy for linux using dual stack IPv4 and IPv6

Can you recommend a SOCKS5 proxy for linux that can accept IPv4 requests, but connects to the internet using dual stack (IPv4 and IPv6)? It is going to run on Ubuntu with dual stack enabled. I ...