Hello list, I'm reading the new article on Devshed (http://www.devshed.com/) about tunneling with SSH, and I'm having some issues with the port forwarding. I ran the following command on my machine:
$ ssh -L 8080:localhost:80 localhost Now, when I use lynx on the local machine like so: $ lynx localhost:8080 Everything works as expected. However, connecting to port 8080 from another machine doesn't work. The other machine can connect to port 80 just fine. I currently have no rules active in my iptables. Any ideas? Thanks, Doug Gorley | [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
