Is there any way to have your MT units check for firmware upgrades to a centralized server (that I would run) and automaticly upgrade if needed?
Regards,
Michael
Is there any way to have your MT units check for firmware upgrades to a centralized server (that I would run) and automaticly upgrade if needed?
Regards,
Michael
Not sure if RouterOS can do this but it’s certainly possible the other way around.
So you would have a linux based server where a simple bash script checks against itself for updates; if a change is detected it will then trigger another bash script to ftp into the remote mikrotiks and put the newer files there and then reboot the router.
So the control is in your hands whether or not to upload a newer version to your central server or not. But once you’ve tested and are happy that the latest version is stable, it’s then a pretty automated process.
Look at a bash script similar to one that an AV update uses.
Hope this helps.