Maybe try:
cheap man's vpn using ssh
A cheap man's VPN using SSH can be set up by creating an SSH tunnel that acts as a SOCKS proxy. You can do this with the command ssh -D 1080
[email protected], and then configure your browser to use localhost:1080 as a SOCKS proxy.
Setting Up a Cheap...