FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
851 views 2 comments
by
I have connected a device locally to a RUT955 via ethernet. This device responds to an HTTP request. This response should be forwarded to a Server.

Can I configure the Rut955 to send an HTTP request to the device every 6 hours and forward the response to my server? If so, how do I configure the router?

1 Answer

0 votes
by anonymous
Hello,

you will need to write script for that.

Try to use crontab which executes this line every 6 hours.

In example:

0 */6 * * * curl 192.168.1.5 | nc 55.55.55.55:80

curl to your device, nc to your server
by
The forwarding to the server can be encrypted somehow?

Should i use IPsec in transport mode for this topic?
by anonymous
Yes, you can try IPsec transport or any other VPN.