Try as I might, I could not get PPTP to work.
Erik's solution works well.
What I have done is to install Squid on the server and then use putty to open a tunnel into the server and then onto squid like this:
"C:\Program Files\PuTTY\putty.exe" -ssh -L 8080:xxx:8080 -l yyy -i "C:\Program Files\PuTTY\private-key.ppk" -2 -4 -N -a xxx
where xxx is the server's IP and yyy is the SSH acct name on the server.
It all works now.
Thanks again.
anderiv wrote:
Hello there...I can't speak specifically to your PPTP question, but I thought I'd throw this into the pot. It sounds like you're perhaps just looking for a way to have a secure proxy through which you can browse the web? If this is incorrect, my apologies, but if it *is* correct, a much easier solution is to just use a dynamic ssh tunnel back to your linode. That doesn't involve any of the complicated VPN stuff.
-erik