Page 2 of 2

Re: how to use the redpitaya via the internet

Posted: Sat Nov 02, 2019 8:12 pm
by pa0slt
Hi Pavel,
Yes, after some thinking: a raspberry py with a working VNC is the way to enter into the redpitaya at the remote location.

so, i will do that.

Thank you very much for your help! '
My problem is solved

Wim

Re: how to use the redpitaya via the internet

Posted: Tue Nov 12, 2019 11:10 pm
by dk5hh
Hello Pavel and wim,

VNC is not the only solution of remote access -- and sometimes not the best...

@wim, what about using a port forwarding from the redpitaya Webservice down to your home computer, use the browser there to get the adminstration at home? (Use ssh as poor mans VPN)

0. notice the (fixed) ip of th redpitaya within your private network 192.168.1.0 -- the Redpitaya may have the IP 192.168.1.23

1. router with private network 192.168.1.0
open a port redirect of the port 34567 with redirect to the redpitaya 192.168.1.23 port 22

2. Step
ssh -p 34567 -L8800:localhost:80 root@the_remote_redpitaya_network_WAN_IP

3. Step
open your bowser on localhost:8800

73
Michael,
DK5HH