Bem, se você fizer login via ssh por loopback:
% ssh -D 8080 localhost
Então você terá o localhost: 8080 socks proxy criado para você, que usará o mesmo host / IP / rotas que você já usa.
De ssh(1)
:
-D [bind_address:]port
Specifies a local ''dynamic'' application-level port forwarding. This
works by allocating a socket to listen to port on the local side,
optionally bound to the specified bind_address. Whenever a connection
is made to this port, the connection is forwarded over the secure
channel, and the application protocol is then used to determine
where to connect to from the remote machine. Currently the SOCKS4 and
SOCKS5 protocols are supported, and ssh will act as a SOCKS server.
Caso contrário, não está muito claro o que você espera usar como o manipulador de proxy SOCKS5, se você não quiser ter um proxy SOCKS5.