Routing to plc with static ip-adress not in the same lan-network as modem

Hi,

I currently have a teltonika rut956 connected to a plc, but the plc has a static ip-address of 192.168.1.10/24 (which i cant change since I am connecting remotely)

And the teltonika lan is 10.0.26.0/24

I tried with the following static route:

But i can not access 192.168.1.10

Any ideas?

Hello,

You need to add a second address to the lan interface using ssh or CLI:

ip -4 addr add 192.168.1.1/24 dev br-lan

and delete your static route. As you connect remotely I suppose you also need to add 192.168.1.0/24 to the Allowed IPs / right subnet / … to your VPN config.

Regards,

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