Difference between revisions of "Ssh tunnel - SOCKS proxy"

From Ever changing code
Jump to navigation Jump to search
(Created page with "SSh to your server, <code>-D {port_number}</code> it creates ssh tunnel listening on your local host TCP '''port_number''' ssh -D 1080 username@your.server.com Open Firefox >...")
 
Line 3: Line 3:
Open Firefox > Options > Advanced > Network tab > Connection Settings... > Manual procy configuration > SOCKS Host: ''localhost'' Port: ''1080'' > OK
Open Firefox > Options > Advanced > Network tab > Connection Settings... > Manual procy configuration > SOCKS Host: ''localhost'' Port: ''1080'' > OK
[[File:Firefox-socks-proxy.png|none|300px|thumb|left|Firefox-socks-proxy]]
[[File:Firefox-socks-proxy.png|none|300px|thumb|left|Firefox-socks-proxy]]
Since now on you are using @your.server.com geo locations, what you can check at http://whatismyipaddress.com/
Since now on you are using @your.server.com geo locations, what you can check at http://whatismyipaddress.com/ . It works with EC2 instances.

Revision as of 14:14, 18 August 2013

SSh to your server, -D {port_number} it creates ssh tunnel listening on your local host TCP port_number

ssh -D 1080 username@your.server.com

Open Firefox > Options > Advanced > Network tab > Connection Settings... > Manual procy configuration > SOCKS Host: localhost Port: 1080 > OK

Firefox-socks-proxy

Since now on you are using @your.server.com geo locations, what you can check at http://whatismyipaddress.com/ . It works with EC2 instances.