Basicaly we try to connect 2 teltonika by ethernet cable. both are rut951. At the firs teltonika a beagle bone is connected with dhcp. and on the other teltonika a device is connected with a static ip addres
This seems a little bit strange,but we deliver a product that connect to the cloud, and is able to control a device that has a ethernet connection
normally this is a other pc, but in this case there is also a rut950 inside.
H1 is my beagle bone
R1. is my teltonike rut951
R2. is the teltonika of the customer
H2. is the product of the customer
H1 ↔ R1 <–>R2<–>H2
H1 need to be able to reach H2
I tried putting them in the same network, so for example
H1 192.168.1.10 255.255.255.0
R1. 192.168.1.1. 255.255.255.0
R2. 192.168.1.11. 255.255.255.0
H2. 192.168.1.12. 255.255.255.0
As you mentioned, the devices were intended to be connected within the same network configuration:
H1 192.168.1.10 255.255.255.0
R1. 192.168.1.1. 255.255.255.0
R2. 192.168.1.11. 255.255.255.0
H2. 192.168.1.12. 255.255.255.0
If the routers were connected via LAN to LAN ports, the devices should have been able to communicate with each other.
There is another option to create a static routing between 2 routers connected WAN to WAN.
For rut1 (RUT951):
In WebUI Navigate to Network → WAN → WAN interfaces and under wan press “Edit”
You also have the option to opt for a LAN to WAN connection, but be aware that this might necessitate alterations to the current firewall rules on the device. The routing setup should closely resemble the example I’ve given.
Please inform me if this guidance proves helpful. If not, share screenshots of the configurations you’ve implemented.
For connectivity validation, employ ICMP (ping) from H1 to H2. If successful, the problem may lie with the RDP protocol, and adjustments to the firewall settings might be necessary.