Problems with Active-Passive HA deployment
Hi
I'm deploying Azure Fortigate HA Active-Passive as per this documentation:
https://github.com/fortinet/azure-templates/tree/main/FortiGate/Active-Passive-ELB-ILB
with Active unit in Availabilty zone 1 and Passive unit in Availability zone 2.
I'm having problems with the Passive Firewall.If I logon, it shows no arp entries 'get system arp':
couks-FGT-B # get system arp
Address Age(min) Hardware Addr Interface
couks-FGT-B #
HA cluster is working because they both show in Sync. But on Passive, it doesn't respond to the ILB probes:
couks-FGT-B # diag sniff packet port2 'host 168.63.129.16'
Using Original Sniffing Mode
interfaces=[port2]
filters=[host 168.63.129.16]
1.459976 168.63.129.16.55536 -> 10.201.0.70.8008: syn 2968236125
3.468306 168.63.129.16.55536 -> 10.201.0.70.8008: syn 2968236125
6.455136 168.63.129.16.55613 -> 10.201.0.70.8008: syn 2490195652
7.469473 168.63.129.16.55613 -> 10.201.0.70.8008: syn 2490195652
^C
4 packets received by filter
0 packets dropped by kernel
and doesn't appear to receive any probes from the ELB:
couks-FGT-B # diag sniff packet port1 'host 168.63.129.16'
Using Original Sniffing Mode
interfaces=[port1]
filters=[host 168.63.129.16]
^C
0 packets received by filter
0 packets dropped by kernel
couks-FGT-B #
I can understand that the Passive unit may not respond to ILB probes because it's routing table wont be active (Passive unit) but I don't understand why unit shows no arp entries or why the ELB is not probing. Does the fact the Passive unit is in a different availability zone make a difference.
