View Single Post
Posts: 35 | Thanked: 7 times | Joined on Dec 2007
#87
well I'm trying to do an ssh forward
I thought the command would be
ssh -L8090:localhost:8090 username@host
I then try to access the port forward through webbrowser:
127.0.0.1:8090
I get the error
channel 2: open failed:connect failed:connection refused
inside the terminal screen that is running the ssh connection. Any ideas what command I should be using. Mediaserv is running on port 8090 on the server I'm connecting to. The port 8090 is not being forwarded by my router.

Last edited by blackoper; 2008-05-27 at 18:45.