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
1
vote
0 answers

Connection to MS SQL Server instance through SSH SOCKS proxy fails

I use a local ssh socks proxy (localhost:7070) on my Linux Laptop to connect to my company's intranet over my company's Windows+cygwin laptop, which has intranet access: Linux --(ssh -N -D 7070 -p 7022 -l user laptop.company.com)-->…
sebastian
  • 111
  • 4
1
vote
1 answer

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 [root@fedora ~]# netstat -an Active Internet…
user12145
  • 1,115
  • 6
  • 28
  • 47
1
vote
1 answer

redsocks + socks server on different machine

I have the following setup: Host-X (192.168.1.100) running ssh -D so that it can be used as a socks server. Host-Y (192.168.1.101) running redsocks configured with Host-X as socks. They are in the same network together with other machines. I would…
cyrusza
  • 21
  • 1
  • 6
1
vote
0 answers

Trying to run 2 dante servers on 1 vps

I purchased a vps for the purpose of using it as a socks5 proxy with dante, my vps has a second ip on the interface venet0:1, I'm wondering how I can use that ip as a proxy along with the ip on venet0:0. This is my danted.conf file logoutput:…
jordan
  • 11
  • 1
1
vote
1 answer

Iptables fails to redirect traffic to transparent proxy

My goal was to use ubuntu as a router, with Redsocks serving as a transparent SOCKS proxy redirector. Each machine on my network would have its TCP/UDP traffic redirected to a different port where Redsocks was listening. Example: Machine 1 would…
Loxy
  • 13
  • 1
  • 3
1
vote
1 answer

Is it possible to create ssh socks server with authentication required?

I was looking at this question while I was trying to find a good socks server for linux that would be easy to configure. The following command works fine: ssh -f -N -D 0.0.0.0:1080 localhost I was wondering, though, if it is possible to have some…
tftd
  • 1,498
  • 7
  • 25
  • 40
1
vote
1 answer

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.
ahoo
  • 113
  • 3
1
vote
1 answer

Debian: How to create SOCKS proxy server to exit on specific network interface?

I have a setup with two internet connections. eth0 - Internet connection 1 eth1 - Internet connection 2 How can I create a SOCKS 4/5 server that will take connections coming from eth0 and proxy the traffic through eth1 ? I saw that you can use ssh…
Christian Toma
  • 160
  • 1
  • 8
1
vote
1 answer

Colliding network addresses

A customer is using the same address space as the company network. I need to connect with Cisco VPN Client to the network of the customer, without affecting local connectivity. To keep all working, I connect from a VM to avoid network addressing…
joepd
  • 111
  • 2
1
vote
1 answer

Ssh socks server doesn't work

I want setup socks server on my localhost which forward all http traffic on my remote server for bypass firewall rules at my work net. And so I start it as usually sudo ssh -C2qTnN -D localhost:8080 -i myAWSKey.pem ubuntu@someserver.com And set…
Denis
  • 229
  • 3
  • 8
1
vote
1 answer

socks proxy for debian lenny? dante not works

hello I need a socks5 proxy for debian with simple configuration. dante not working. p.s: I do NOT wish to use SSH tunneling.
m3hdi
  • 13
  • 4
1
vote
2 answers

SSH tunnel for socks5 proxy is slow with concurrent load

I ssh to a remote AWS server using Ubuntu. I use ssh's port forwarding capabilities to do this. I have tried forwarding a dynamic port (ssh -D) or a single port (ssh -L with dante running as a remote socks server). Both are equally slow. I also…
RawwrBag
  • 111
  • 1
  • 4
1
vote
1 answer

How can i route Postfix through a socks proxy?

I have a mail server that uses postfix to relay all the outbound mail through Gmail's smtp servers. Now I have another internet provider and this one is through a SOCKS proxy connection. How can I setup my postfix server to route all its outbound…
nerdhacker
  • 61
  • 2
  • 5
1
vote
1 answer

SOCKS proxy server chained to NTLM protected HTTP proxy on Linux

Our application can connect to Internet only directly or via SOCKS proxy. Unfortunately we can only access the Internet via HTTP proxy protected by NTLM authentication. Is there any SOCKS server that chains outgoing connections via HTTP proxy? NTLM…
Martin Ždila
  • 141
  • 1
  • 8
1
vote
1 answer

dante-server not working with ipv6

I always get Error = 0x08 (Address type not supported) when I try to open ipv6 addresses like ipv6.google.com via my dante-server. How do I get danted to work with ipv6?