I have 2 computers running Debian linux. I'm trying to set up ssh port forwarding so that I didn't have to run firefox over X because it is so damn slow. I am able to connect with ssh to the server which is running Tomcat. At the server I can run firefox and browse
http://localhost:8080 correctly. How is it possible that when I do port forwarding, my client computer starts to load the page but it never finds it? Finally it times out.
debby ~ 20 % ssh
hozec@135.xxx.234.yyy -L 8081:135.xxx.234.yyy:8080
Password:
Linux machi 2.4.27-2-686 #1 Wed Aug 17 10:34:09 UTC 2005 i686 GNU/Linux
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Aug 14 16:20:51 2006 from debby.xxx.xxx.fi
hozec@machi:~$ channel 3: open failed: connect failed: Connection timed out
hozec@machi:~$
Thanks already.