Questions tagged [socks]

SOCKS is an Internet protocol that allows both TCP and UDP communications via a proxy server.

Wikipedia:

SOCKS is a de facto standard for circuit-level gateways.

Another use of SOCKS is as a circumvention tool, allowing traffic to bypass Internet filtering to access content otherwise blocked, e.g., by governments, workplaces, schools, and country-specific web services.

Some SSH suites, such as OpenSSH, support dynamic port forwarding that allows the user to create a local SOCKS proxy. This can free the user from the limitations of connecting only to a predefined remote port and server.

The Tor onion proxy software presents a SOCKS interface to its clients.

198 questions
0
votes
1 answer

Socks Server Behind HTTP Proxy

I have a notebook(let's call it NOTEBOOK A) that is connected to INTERNAL NETWORK A. In order to browse the internet, NOTEBOOK A connects to a HTTP PROXY server which also resides in INTERNAL NETWORK A. A second notebook (NOTEBOOK B), does not have…
You Qi
  • 101
  • 2
0
votes
1 answer

use iptables for transparent access to 2 proxies depending on domain

I have a setup where I have 2 proxy servers. One is a socks proxy which I wish to use for ALL connections by default. The second proxy is an http proxy which I wish to use for http connections to specific hosts (all on the same domain(s)) Lets…
Exodist
  • 167
  • 1
  • 7
0
votes
2 answers

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 localhost only. Is there a way, after the above is done,…
Thomas
  • 167
  • 1
  • 4
  • 13
0
votes
4 answers

Do I want a VPN or a SOCKS proxy?

I'm trying to figure out if I can do this via a SOCKS proxy, or if I need to use a VPN. I have a Ubuntu server, and a dual-boot Ubuntu 11.10/Windows 7 client. What I'd like to do is connect to the server, and then be able to make use of entries in…
jrg
  • 219
  • 3
  • 12
0
votes
1 answer

Dante - Socks4 Configuration

We have application it supports SOCKS4 proxy support and we would like to test it. So we have installed dante in SUSE and it is configured for SOCKS5 by default. Is there any option where we can enable SOCKS4 support? Thanks in Advance
0
votes
1 answer

SSH Tunnelling for HTTP: Does target HTTP Proxy Port have to be exposed?

An example: I am trying to use PuTTy to create an SSH tunnel from my laptop to my server (for the purposes of this example MyServer.com:22). Port 22 is enabled on the router between MyServer.com and the Internet. MyServer.com is running a Privoxy…
8bitjunkie
  • 157
  • 2
  • 7
0
votes
1 answer

proxy forwarding

I have 10 socks5 proxys and I want to make a Linux server to connect to (use as a proxy) and connect me to one of the socks. The connection should be random. Any ideas how to do this? Squid isn't a solution because it doesn't work with socks.
Vlad Lupu
0
votes
1 answer

Making squid use a proxy

I have a home network with 4-5 clients, and a server. The server runs Squid 2.7. The clients are all configured to use squid as a proxy server. I would like to be able to establish an SSH tunnel with dynamic port forwarding (basically set up a SOCKS…
Joseph Redfern
  • 197
  • 1
  • 5
0
votes
1 answer

http reverse-proxy on one server passing through ssh/socks proxy to second server

There are some web sites that I can only access from a limited set of machines, but I can ssh into some of these machines (only as a regular user) and use ssh -D to set up a SOCKS proxy on my local machine, through which I can access the sites. What…
Isaac
  • 534
  • 2
  • 11
  • 24
0
votes
1 answer

SOCKS4-5 network device driver

There are methods of forcing programs to use SOCKS4-5 proxy's, such as socksify, tsocks and other LD_PRELOAD hijacking methods. Is there a way of having a SOCKS proxy network device, such as one that shows up under ifconfig? It would be nice to do…
Ash Palmer
  • 357
  • 1
  • 8
0
votes
2 answers

SOCKS proxy on Debian

How do I configure a SOCKS proxy on a Debian box such that I can enter the host address in the firefox proxy configuration page, and use my box as a SOCKS proxy? I've heard of dante-server, but I don't know how to make it allow connections from and…
verhogen
  • 333
  • 2
  • 4
  • 14
0
votes
0 answers

how to setup socks5 proxy server on centos9 for network access behind firewall?

I need a socks proxy on centos 9, to access services from an (internal) network behind a firewall. It should be a socks 5 proxy (dynamic port forwarding) that can only be used by the configured ssh users on the system. Only destinations from the…
2IRN
  • 101
  • 1
0
votes
1 answer

Port Forwarding through Socks5

I run a V2ray server and client and created a Inbound Socks5. I want to forward 0.0.0.0:8443 to a remote machine with IP and port number. I know that dokodemo-door in v2ray can do this, but my ISP has been blocked this protocol. So I need another…
raitech
  • 91
  • 6
0
votes
1 answer

OpenVPN, L2TP or PPTP client to proxy (http or socks 4/5)

I'm looking for a way to open a proxy server on Windows or Linux which is bound to a client of OpenVPN or L2TP or PPTP, so the user that is connecting to the proxy is gonna connect to the VPN server and the host (proxy server) whatever it's Linux or…
ehtku5
  • 1
  • 2
0
votes
0 answers

how to use SOCKS proxy username,password generated by Private Internet Access in Mikrotik routerboard

I have subscription at Private Internet Access application. I need the way to use SOCKS username and password in mikrotik u951 to make all traffics through this SOCKS proxy. thanks a lot.
Anas4795
  • 1
  • 1