In a network, due to a reason that I don't know, I can't browse the web in Linux(In windows it has no problem). I get Error 301 moved permanently when I try to load a web page.
I decided to bypass this restriction by using SSH tunnel. I can connect to ssh server with the following command:
ssh user@server -D 1024
Problem is: even using ssh tunnel I still can't browse the web. Using firefox, in status bar I see "Waiting for example.com" But it doesn't load the website and remains in this status.
I have tested the above command in another networks to create tunnel with no problem.
ssh -D
is a socks proxy. – Patrick Feb 29 '12 at 21:38