Proxy with SSH Tunnels - View different demographics, or just surf porn at work.

mattfca

Unbanned
Jun 24, 2009
1,649
39
48
I dont know how much use this will be, or if there are simpler free ways. But I wrote this.

How to look up different Geo locations for ads and stuff using SSH as a proxy, or just surf porn at work.

OSX

1)
Open terminal and run this
Code:
ssh –D 2001 user@host.com
-D opens a socks proxy on port 2001
user@host.com should be your user and remote host you want to proxy through (See end for free sources)
2)
Next, go into Firefox (screw safari)
Click on Firefox menu, select Preferences, change to Advanced tab, click Network and go to Settings button
Go Manual proxy settings
Under SOCKS Host: put :

934_1.jpg


Now go to http://myipaddress.com and note the IP is different.
Keep the Shell open as long as you want to browse on that ip.
When you are done, put the settings back to no proxy.

Windows
1)
Download putty http://www.chiark.greenend.org.uk/~sgtatham/putty/

2)
First add the host name (IP) of your remote server

125_2.jpg


3)
Next go to Connection > SSH >Tunnels and enter source port 2001 and select Dynamic.
And click Add
386_3.png


Remember to click Add. D2001 will show up in the box.

4)
Click open and login

5)
Next set up Firefox
Click on Tools > Options and make sure you are on the Advanced tab
Select settings
6)
Enter the Socks host and port like below
190_4.jpg


Click OK and go to http://myipaddress.com and see if it worked.

There you go.

This can also be used for secure remote surfing on wifi hotspots and such.


Free Shell accounts
Google it you will find some. There are some listed here
bylur.net - Free shell accounts
Free Shell Accounts

You can also use VPS servers.

I use this a lot for secure connections on other networks.

There are other ways to proxy, but this seems to be the easiest free solution I can think off.