0

Is it possible to route all my connections to internet to go through a sock proxy in a RHEL 4 machine. I need to connect to a remote MySql server using socks proxy.

Thanks.

2 Answers2

0

You can use ssh to build a SOCKS5 proxy for your mysql ports, or use something like squid for a complete SOCKS5 proxy solution on your RHEL4 machine.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
0

If I read it correctly, the socks proxy is already available and required to get to the right servers. About 10 years since I worked with something like this, but it is possible to preload a shared library to make all tcp connections from applications go via a socks proxy. Google gives me as a first suggestion tsocks which can work this way.

Koos van den Hout
  • 1,096
  • 6
  • 10