Hey there!
I’m having a config with 2 Routerboards 1000 for redundancy. They check their availibility with the VRRP protocol. So there is one little problem: when we add new firewall rules to the master routerboard, we would need to sync it to the other one. It’s not necessary to do this “real time”, because usually the master routerboard is running without any interruptions. It would be good enough to sync it at night.
Of course there are some simple possibilities to do this - but I don’t like to export the rules at night, import it to the other one minutes later and execute the rules… Above all I think that there would be duplicates? ![]()
Has anyone of you ever needed to implement something like this?
best regards