I am using mikrotik 2.9 routerOS, is it possible to make a script which will check if IP address, of my pppoe interface, has been changed?
The script have to compare last known IP address with current IP on that specific interface, and the if the IP has been changed since last time, then it has to run some command (example: change some firewall rule or something else).
I found another solution, but I need you help to create a script.
I want to create a script which will check if there is a new specific log entry created (“System info: dns changed”) and then if there is that specific line, script has to do something (some other command).