RUT956 external access

I’ve got an RUT956 and want to access it (actually access a Pi connected on the LAN) remotely (via SIM with static IP address etc).

I’ve tried many things, but I have no success.

Let’s go back to basics (is my understanding correct??)

I have an Rasp Pi connected on the same LAN. (my laptop is connecting to the Web GUI for configuration)

From the Pi I can SSH in to the RUT:

ssh 192.168.1.1 -p 22

I want to run a command:

ssh 192.168.1.1 -p 2222

that will actually connect BACK to the Pi. I’ve set up this port forwarding:

image

When i run: on the Pi, I see this.

nc -vz 192.168.1.1 2222
RUT956.lan [92.168.1.1] 2222 (?) connection refused

What I am doing wrong?

Huge thanks in advance!!!

A further example:

I would expet a webbrowser going to 192.168.1.1:8001 to hit the webserverer running on the laptop (.107)

but it doesn’t.
I must be missing something obvious??

Hello,

Thank you for your inquiry. It’s currently under review and analysis. I’ll get back to you as soon as there are any helpful findings or insights.

And if I understand correctly, your end goal is to access the Raspberry Pi / SSH (or web server) remotely from the WAN, and you already have a static public IP assigned, correct?

In that case, the port forwarding rule should point to the source zone “WAN” rather than “LAN”.

Thank you for your patience while we review this further.

Best regards,

Once we get LAN port forwarding resolved, we can move to WAN (breaking my problem down in to smaller chunks). Thanks

This topic was automatically closed after 60 days. New replies are no longer allowed.