SSH to a Deployed RV55

Hello

I have a few RV55 Gateways that provide a data connection to a Raspberry Pi that I have connected to the RV55 over Ethernet. Is it possible to remotely SSH to one of these Raspberry Pi devices?

Any help would be appreciated. Thanks

Hi,
You can set DMZ or Port forwarding to SSH to Raspberry device.

  • DMZ: Go to Security tab of ACE manager -> enable DMZ -> enter Raspberry’s IP in DMZ Host IP -> Apply and reboot
  • Or port forwarding : Security tab -> enable Port forwarding -> add public start port = 22, Host IP = Raspberry’s IP; private start port = 22 -> Apply and reboot

Note: RV55 needs public IP. Now you can ssh to Raspberry through this public IP.

Thanks,

1 Like

That did the trick. Thanks a lot!