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

Forward traffic from a socks server to another socks server, based on some application layer "parameters" such as domain name or TLD extension

I want to configure a socks server (with ssh dynamic port forwarding for example) who can forward the traffic to another socks server or http server maybe ... and I want this routing to happens at "application layer" : based on domain name or TLD…
kondor
  • 101
  • 1
0
votes
0 answers

Use PuTTy for local SOCKS Server binding?

I want to create a SOCKS server on my gateway server. PuTTY has it's -D switch which allows dynamic SOCKS proxy through the given SSH connection. Is it possible to do locally, without a SSH connection, with PuTTY? If not, which cross-platform tool…
iTayb
  • 791
  • 4
  • 10
  • 25
0
votes
1 answer

Hosting multiple socks proxies on a single server

I have multiple public IP addresses assigned to a single NIC in a Windows Server 2012. I want to be able to use each IP as a socks proxy server which has to be accessible from other Internet users. How can I do this? Can a single socks proxy server…
Samet S.
  • 1
  • 3
0
votes
2 answers

How to setup ssh SOCKS proxy on another host instead of localhost?

My MacBook (192.168.8.201) WIFI is off and the LAN assigned IP does not have internet access. A CentOS box (192.168.12.50) has internet access. So I setup an instant SSH SOCKS proxy to surf the web temporary by: ssh -fND localhost:30000…
ohho
  • 1,005
  • 8
  • 19
  • 34
0
votes
1 answer

IRC connection via SOCKS proxy for servers requiring SSL?

I use Sidestep on Mac OSX to make a proxy connection via SSH to an EC2 instance whenever I'm on public unsecured networks. In cases where the network has a more restrictive I can connect my IRC client to IRC networks like Freenode by configuring the…
Brian Luft
  • 11
  • 2
0
votes
1 answer

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 support socks5 so the question is "How to route…
0
votes
1 answer

SSH Tunnel can't connect - connection times out, even though regular login works

I am trying to set up an SSH tunnel with a SOCKS proxy in Firefox, so I can surf the internet securely from public wifi. Both client and server are running Ubuntu 12.04 LTS. After setting up port forwarding on my router (port 8888 forwards to port…
fronzee
  • 185
  • 1
  • 3
  • 10
0
votes
1 answer

SS5 limitation issue with

Have an SS5 Socks proxy server running with SS5_RADIUS_AUTH I want to set a max connections users but have run in to a problem. SS5 want's me to define user group for it. define a filename in the configuration directory containing one or…
0
votes
1 answer

port forwarding with socks over proxy

I am trying to browse a wiki that runs on a server inside one domain from another domain. The wiki is accessible only on the LAN, but I need to browse it from another LAN to which I connect with an SSH tunnel ... Here is my setup and the steps I did…
oz123
  • 1,258
  • 5
  • 17
  • 34
0
votes
1 answer

Save RAM when using dante proxy

I have a small server that I run dante socks proxy on to route torrent traffic through it. Now the problem is, that for each connection dante seems to create a new program/thread and it uses nearly my whole 256MB of RAM. Is there any way to make the…
0
votes
1 answer

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 thought of squid, but how does it have to be…
pintpint
  • 113
  • 1
  • 5
0
votes
2 answers

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?
Bruce
  • 23
  • 5
0
votes
1 answer

Is it possible to block specific outbound hostnames for SSH SOCKS users?

Is it possible to block connections to specific hostnames for users accessing the web via an SSH SOCKS proxy?
Tyler
  • 77
  • 1
  • 10
0
votes
1 answer

What does HTTP traffic tunnelled through SSH look like to a network administrator?

When I am at work we have very tight firewalls, as a way to get around them and perhaps even gain some increased anonymity myself and many of my co-workers have set up SSH tunnels to our own hosted external Linux machines and use them as SOCKS…
WerkkreW
  • 5,969
  • 3
  • 24
  • 32
0
votes
1 answer

How to map proxy to NAT internet connection?

I have: Internet connection with proxy (SOCKS5) server. User's computers with MS Windows. These users don't want to use proxy, they want NAT/Masquerade internet. One linux box in this network. How can I make "Proxy to socks" retranslator with it?…
Arenim
  • 227
  • 1
  • 3
  • 9