Archive

Posts Tagged ‘tunnel’

Moving completely to Linux

July 7th, 2009

Today after finding linux version of my current softwares in windows I decide to migerate to my 9.04 Ubuntu.
Hope to have a good life with Ubuntu… :)

P.S I am going to use ssh tunnel in ubuntu too, command is like this :

ssh -l username -D 8080 remote-server

for example :

ssh -l root -D 8080 X.X.X.X

and then you must set your firefox to use socks as proxy for 127.0.0.1:8080 not html proxy ;)
And enjoy your life beside Telecom filtering.

Linux , ,

SSH Tunneling via Putty

July 5th, 2009

After droping and filtering all tunneling packets ( VPN even IPSec ) from Telecom company, I decide to do ssh tunneling to one of my servers in USA with putty ;)
Its really cool and usefull, if any body need I can describe more but I think Google has enough about it.

Networking , , , ,