3

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 ?

larry
  • 3,927
  • 9
  • 35
  • 41
  • Is google down again? I get lots of relevant links and software at http://www.google.co.uk/search?q=opensource+socks+server+linux – symcbean Dec 01 '10 at 10:18

3 Answers3

6

ss5 is a high-performance, dedicated SOCKS4, SOCKS4a and SOCKS5 proxy for Linux, Solaris and FreeBSD.

Renaud Bompuis
  • 519
  • 2
  • 7
  • 15
3

Squid can do socks5 if its compiled in

http://docstore.mik.ua/squid/FAQ-4.html#ss4.10

EDIT

Looks like ssh might be able to do it.. untested but checkout

http://www.catonmat.net/blog/linux-socks5-proxy

Mike
  • 21,910
  • 7
  • 55
  • 79
  • I think Squid can just proxy http request, right? i need to proxy most tcp/ip packets – larry Dec 01 '10 at 02:39
  • no.. if you set it up as a socks5 proxy it will work just fine – Mike Dec 01 '10 at 02:40
  • i made an edit on how to use ssh as a socks5 proxy – Mike Dec 01 '10 at 02:44
  • If i use ssh, I do not know how to make all the request send by ssh in the windows client. I only know it can be set in firefox :) – larry Dec 01 '10 at 02:58
  • 2
    @why, socks5 is not a VPN, support by the client is pretty much required. – Zoredache Dec 01 '10 at 03:18
  • Thanks, Actually I need one opensource socks5 client. such as SocksCap – larry Dec 01 '10 at 03:34
  • 1
    This is not true from my understanding. Squid can *use* socks itsself if compiled in, but it provides a HTTP proxy. SS5 will provide a socks proxy. from http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-as-a-SOCKS-Proxy-td1024095.html – Sirex Jul 07 '11 at 06:50
2

delegate dante 3proxy polipo and more....

008
  • 21
  • 2