I can easy use Putty for dynamic SSH tunnel with Socks, but the problem is the vps got 3 IP's. By default it uses only one, how can i switch between the 3 IP's as exit?
If you want only use ssh for this, than the easiest would proper routing configuration. Other option would be installing squid proxy or dante proxy and configuring them properly.
Comments
I think you can patch it through using iptables
Not sure with ssh tunnel but that's what i do with vpn setup
Change your default route. route --h
If you want only use ssh for this, than the easiest would proper routing configuration. Other option would be installing squid proxy or dante proxy and configuring them properly.