Displaying 1 result from an estimated 1 matches for "sock5".
Did you mean:
sock
2007 Jun 23
0
Squid behind a ssh tunnel
...i,
I have a small network and internet connection is shared through a gateway
(running ubuntu/linux)
Gateway has squid installed as cache server and other network users connect
to gateway:3128 to access internet.
now, i need to run squid behind a ssh tunnel to internet.
how can i make squid to use sock5 proxy connection through ssh tunnel to
access internet (instead of direct connections)?
the simple form is like this:
network client ---> |gateway(squid)| ----ssh tunnel (socks5 proxy)---->
|another server out of local network over internet| ---> internet!
any squid config/trick or i sho...