I encountered the issue described below and successfully resolved it using the steps listed. Sharing it here so that fellow CheckMates users can benefit from the solution
Issue - Secondary firewall is not accessible through 443 or not accessible through IPSEC tunnel or TCP connection failure port=18191" while pushing policy on secondary member
Check value with below command
# fw ctl get int fwha_forw_packet_to_not_active
fwha_forw_packet_to_not_active = 0
Set value with with below commands
Enable
fw ctl set int fwha_forw_packet_to_not_active 1
Disable
fw ctl set int fwha_forw_packet_to_not_active 0
The fw ctl set int fwha_forw_packet_to_not_active 1 command enables ClusterXL to forward packets to a standby member for specific services, facilitating management access (SSH/Ping) to the standby unit
Command (for permanent solution): Edit $FWDIR/boot/modules/fwkern.conf and add fwha_forw_packet_to_not_active=1.