Hey I'm trying to get HA running with a VM as a secondary for whenever the physical primary has to go down.
Issue I've noticed is the interface related configurations are synced based on the interface identifiers (optN).
Since these identifiers don't line up between the two hosts, all services that rely on these identifiers are applied to the incorrect interface.
Is there a way to manually map a specific interface on the secondary to a specific optN identifier?
Fastest way: download config backup, edit XML file, reimport config backup.
Will try that, thanks!