I have recently setup private/public key access to my Pi. I can successfully access ssh remotely. However I have not been able to access http on my browser by tunneling through my ssh. Here is what I have done. In Putty: After remotely logging into RPi using SSH: ssh -L 8000:localhost:80 root@public_ip_of_your_rpi I entered my rpi password and at the prompt entered: http://localhost:8000 I get back the message: "No such file or directory". I tried to enter: public ip address of pi:8000 in my browser...
What do I need to do to run 2 servers from one internet connection? Everytime I bring...