Configuring MGMT interface on same subnet as WAN1 (Outside) interface on HA Pair
I'm configuring a pair of FortiGate 100E firewalls in our lab as a pilot to convert from Cisco ASA 5510 firewalls to FortiGate 100E firewalls and I've been able to replicate the majority of the hardware configuration, but I'm running into some issues with a management interface and HA sync.
On the ASA, we use the WAN interface for management of both the active and standby firewalls. Cisco ASA interfaces can be configured with a "standby" command <ip address 192.168.1.1 255.255.255.0 standby 192.168.1.2 for example> and the standby firewall will be reachable by the standby IP Address. However, this doesn't appear to be an option on the FortiGate. My workaround was going to be configuring a static management IP Address on both the primary and secondary firewalls in the same subnet as the WAN1 interface, so that we could always reach them. In theory, I'd like it to look something like this:
WAN1 - 192.168.1.1
Primary MGMT - 192.168.1.2
Secondary MGMT - 192.168.1.3
I'm able to configure the interfaces without any issues, but I cannot actually ping or reach the MGMT interfaces, and there doesn't appear to be a way to configure a static default route out using the MGMT interface (I probably don't want to anyway, since I want all outbound traffic to leave over the WAN1 interface).
How can I set up my MGMT interface to use the same subnet as the WAN1 interface and still be able to reach it remotely?
