There are three computers in play. All linux computers.
Laptop: My work-laptop, running linux and can pretty much do anything with it. Can set it up so that it is reachable from the internet
RootServer (RS): This server is behind a firewall and a lot of different systems, only access to it is through a web-interface, which gives me a crappy implemented web-terminal. It does however have full access to the internet, and I even have root access here.
Webserver (WS): Serving a few webpages on port 80, 8000, 8001, 443 and some other ports. No other access to this machine except the webpages. I do not know the specifics in the firewall settings, but the RS machine can access the web-pages here.
So the problem here is that I need some way to access the webpages on WS, as if I was on the same network as RS, all from my Laptop which cannot connect directly to RS. However RS can connect to WS and my laptop.
I was thinking there should be some kind of SSH magic that would enable me to do something like this:
(surfing the webpages) Laptop <-- RS --> WS (hosting the webpages)
does anyone know how?