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

How to debug a SSH socks tunnel connection?

I followed this guide https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel on how to set up a VPS connection to Windows. And my tunnel connection is running on Windows fine, Putty…
user3108268
  • 137
  • 3
  • 15
0
votes
1 answer

Provide multiple VPN instances via SSH tunnels on proxy host

Problem I need to access multiple different VPN networks simultaneously, mainly for HTTP and sometimes SSH. Further, I am not allowed to use openvpn on my workstation (no legal restriction, rather an infrastructure issue). Port forwardings are…
0
votes
1 answer

Tunneling git from intranet to remote server

I have a server I need to develop on outside of my intranet. I try to ssh into the server and setup a proxy that will allow me to clone the repository. ssh -D 5555 remote.server Then I set my ~/.ssh/config to Host git.server ProxyCommand=nc -X…
shane
  • 111
  • 4
0
votes
1 answer

query Redshift over multiple SSH hops

I'd like to query an AWS Redshift cluster from an IDE running on my laptop (IntelliJ). This cluster is only directly accessible from an EC2 instance in our VPC. That EC2 instance isn't directly accessible from my laptop: it's necessary to ssh to…
0
votes
1 answer

Why do my servers (Digital Ocean) attack other servers with a default setup?

I've been getting complaints on my VPS regarding attacks on different servers such as this message: your Server/Customer with the IP: 1xx.2xx.4x.9x (1xx.2xx.4x.9x) has attacked one of our servers/partners. The attackers used the method/service:…
Asymons
  • 1
  • 1
0
votes
1 answer

which php-fpm sock location should i use?

Im new to server administration so forgive me if the answer is obvious. I noticed that in different tutorials in the web people use different directory/location for the pool sock in php-fpm(On CentOS 7). I've seen…
Samuel E.
  • 177
  • 2
  • 6
0
votes
2 answers

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?
jon
0
votes
1 answer

forwarding connections from firewalled local machine to firewalled remote machine

I need to forward internet traffic from a local machine to a remote machine, routing traffic through an intermediary SSH server on the way. The remote machine is firewalled and running a SOCKS5 proxy which accepts incoming connections on, for…
0
votes
1 answer

How do you use a SOCKS proxy?

I intended to call this question: "Are SOCKS proxies still relevant?" but thought it would be too vague. I know there are various SOCKS proxies that are actively maintained and developed (like Dante), but how are they useful in today's Internet…
vsinitsyn
  • 3
  • 1
0
votes
1 answer

REDSOCKS goes 'out of file descriptors' when trying to redirect all outgoing (TCP) traffic from my Linux machine

I'm trying to redirect all outgoing TCP traffic from my linux box to the remote SOCKS5 proxy server. Currently I'm using the following rule in the OUTPUT chain: sudo iptables -t nat -A OUTPUT -p tcp -m owner --uid-owner myuser -j REDSOCKS And the…
Artem
  • 3
  • 3
0
votes
1 answer

ssh tunneling on the same machine

I am pretty lost with that. I have a machine with multiple adaptors, wlan0, eth0 and vpn_tun10. I want to set a tunnel on this machine to listen to request on the port 1080 and route them to the same machine but adaptor eth0 and route requests on…
PsySkeletor
  • 181
  • 1
  • 13
0
votes
2 answers

tunnel port 8080 over jumpserver using ssh - socks5 proxy?

I have this setup: LocalPC - Jumpserver - Webserver with page only accessible on this machine via localhost:8080 LocalPC and Webserver are not connected - Jumpserver has to be used. Jumpserver doesn't have access to the Webpage on Webserver I want…
eye
  • 1
  • 2
0
votes
0 answers

Dante multiple proxies with separate authentication

I have been trying to set up Dante on Debian to create a Socks 5 proxy. So far I have only managed to get it to work with the root user, and would like to know how I can have multiple proxies each with there own username and password. I have figured…
Will
  • 1
  • 3
0
votes
0 answers

TCP Multipath using several SOCKS Proxys as uplink

I would like to set up a server, that uses several SOCKS Proxys as uplink to the internet. All Multipath setups I found were about using "normal" uplink like LAN, Cable or DSL, but none that uses SOCKS proxys. Has anyone ever done that or can point…
0
votes
1 answer

mount cloud storage under Linux via socks?

I'm trying to mount cloud storage under Linux, but via a SOCKS proxy. One suggested solution I found is to use davfs2, but as far as I can tell it only supports a Http Proxy. I've tried this: sudo apt-get install davfs2 #enable the following in…
steve cook
  • 179
  • 5