[App_rpt-users] OT need to reprogram the router
Tom Hayward
tom at tomh.us
Tue Jul 21 01:38:08 UTC 2015
On Mon, Jul 20, 2015 at 6:22 PM, pete M <petem001 at hotmail.com> wrote:
> Thanks Tom
>
> I did that from my terminal on a debian machine
>
> pierre at debian:~$ su
> Password:
> root at debian:/home/pierre# ssh -L 8000:192.168.0.1 root at xxxxxx.xxxxxxx.com
> Bad local forwarding specification '8000:192.168.0.1'
>
> did the same on the node same answer..
>
> looks like it is not the goodthing..
>
> dont forget the ssh server at the node is on port 222..
You missed some details. Try this:
ssh -L 8000:192.168.0.1:80 root at xxxxxx.xxxxxxx.com -p 222
Also, there's no need to run that as root. After running it, point the
web browser on your Debian machine to http://127.0.0.1:8000/ to access
the content at http://192.168.0.1:80/
Tom KD7LXL
More information about the App_rpt-users
mailing list