I have hundreds of MikroTiks out in the field. I’m looking for a solution (Hopefully free!) that will allow me to centrally manage these MikroTiks such as changing passwords, Firewall / QoS / DHCP / DNS / IP settings from a single interface. This would save me a lot of time instead of having to log into each one manually.
Wanna know too. Heard about some script to connect to each SSH and execute commands, but can’t find it. And, maybe, there is a better way? Is it possible with Dude?
can you explain what is behind “configuration push files”?
how are you transferring those .rsc files from one router to another?
I would like to synchronize static address lists (/ip firewall address-list) but only for two specific list=xxx values.
Is it possible to make all routers receive those lists from a central router and update them (insertions, deletions)?
It would be cool if routing>filters had an action “add target to firewall address list”
Then you could use iBGP to distribute filter lists in real time. Some RBL services offer bgp-based blacklists, and it would be nice to be able to leverage such a thing.
Yes that would be another way. In my case I do not use it for blocking list but to define addresses that are allowed
to do SNMP to the device and to incoming traffic to unopened ports respectively, they contain the addresses of
the monitoring system(s) and the sysop(s). I am not sure if I want to use BGP for it, may be not secure enough.
But a script to regularly fetch these lists from a central router or a Linux server would be fine in this case, will see
if I can create such a thing…