My scenario is I have a remote shell login to a Solaris 2.7 server. This server makes a PPP connection to a Linux server, which has a crossover cable running from it to another linux server. X is not installed on either Linux box. I need to access the web server on the 2nd Linux box while PPP connected to the first. I have installed Opera on the Solaris box (I don't have admin rights to the Solaris box, it's a home directory install).
My attempt was to ssh into the first Linux box and have it tunnel my browser connection to port 443 on the second Linux box, using the following command
ssh -L 44433:192.168.132.14:443 some.server.com sleep 1d
I know the tunnel is set up because if I telnet to 127.0.0.1:44433 or try to talk http to that port I get an error response from the 2nd Linux box's web server. But whenever I try Opera with I get no data whatsoever.
The Solaris server itself is running a web server, could that be messing things up? Any thoughts are appreciated
My attempt was to ssh into the first Linux box and have it tunnel my browser connection to port 443 on the second Linux box, using the following command
ssh -L 44433:192.168.132.14:443 some.server.com sleep 1d
I know the tunnel is set up because if I telnet to 127.0.0.1:44433 or try to talk http to that port I get an error response from the 2nd Linux box's web server. But whenever I try Opera with I get no data whatsoever.
The Solaris server itself is running a web server, could that be messing things up? Any thoughts are appreciated