LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ssh tunnelling internet access (https://www.linuxquestions.org/questions/linux-networking-3/ssh-tunnelling-internet-access-159903/)

bfkeats 03-19-2004 02:20 PM

ssh tunnelling internet access
 
My university has a subscription to some journals that I want to access. The web page has to be accessed from the school network.

I could ssh into my linux box at school and run netscape using x11 forwarding (which is slllloooowwww). What I want to do is route my internet traffic through the linux box at school using ssh port forwarding. I've tried forwarding ports 80 and 443 through ssh, but this doesn't work.

ssh -L 80:school.server:80 -L 443:school.server:443 -R 80:school.server:80 -R 443:school.server:443 school.server

I've also tried...

ssh -L 5080:school.server:80 school.server

And connecting to localhost:5080. All I get then is the web page I have on the school server. Any ideas?

Thanks,

BFK

AutOPSY 03-19-2004 03:12 PM

Can you not access the stuff with abrowser from the network at school?

or what ? why would you forward try connecting ssh using prot 80>?

AutOPSY 03-19-2004 03:13 PM

Use a web browser bud.


All times are GMT -5. The time now is 03:21 PM.