03.10.2020, 14:57
Hi everybody,
is it possible using my LM know my actual public IP and show it?
Best regards Cristian
is it possible using my LM know my actual public IP and show it?
Best regards Cristian
Dinamic IP
|
03.10.2020, 14:57
Hi everybody,
is it possible using my LM know my actual public IP and show it? Best regards Cristian
05.10.2020, 06:23
Create a scheduled script that runs every 5 minutes:
Code: ip = require('ssl.https').request('https://openrb.com/ip/') Change 0/0/1 as needed, make sure that data type is set to "250 byte string".
05.10.2020, 06:52
23.09.2021, 09:55
(This post was last modified: 23.09.2021, 09:55 by d.r soutras.)
Hello guys!
A little bit of a help on how to set schedule. The help of w4k and the manual doesn't seems to be helpful for me. The goal was to run every 5 minutes but it doesn't work.
23.09.2021, 09:56
Does the script work when run manually? Check that you have valid gateway and DNS settings in System Config > Network > Interfaces > eth0.
23.09.2021, 10:03
grp.checkupdate will send anything only when the value changes. You can add log(ip) at the end of the script to check if it works as it should.
23.09.2021, 10:07
(This post was last modified: 23.09.2021, 10:19 by d.r soutras.)
Yes manually works fine.
I assume that it doesn't work because it doesn't update the value in the objects sector at the "Updated at" tab. (23.09.2021, 10:03)admin Wrote: grp.checkupdate will send anything only when the value changes. You can add log(ip) at the end of the script to check if it works as it should. Thank you! |
« Next Oldest | Next Newest »
|