Anyone have a good way to do this? I keep a script repository on my computer and would like to push updates to scripts to all of my routers.
How does everyone else handle this?
-Eric
Anyone have a good way to do this? I keep a script repository on my computer and would like to push updates to scripts to all of my routers.
How does everyone else handle this?
-Eric
Something like this might be a starting point: http://wiki.mikrotik.com/wiki/Semi-Automating_CPE_ROS/Firmware/script_updates_and_setting_changes
I’ve done something similar that uses netwatch on all client routers to watch IP addresses on a central router. If I enable a particular IP address on the central router, all client routers download the updates.rsc script and respond back that they got it. If I enable a second IP address, all client routers run the script, etc. If I disable the first IP, all client routers delete the updates.rsc script.