By Manny Fernandez

January 3, 2019

Fortigate HA in 5 Minutes

Here is a quick 5 min HA configuration for the Fortigate.

On the Master Fortigate

config system ha
set group-name "HAGroup"
set mode a-p
set password Fortinet
set hbdev "ha" 50 "port14" 0 
set session-pickup enable
set override disable
set priority 180
end

On the Slave Fortigate

config system ha
set group-name "HAGroup"
set mode a-p
set password Fortinet
set hbdev "ha" 50 "port14" 0 
set session-pickup enable
set override disable
set priority 125
end

On both these configuration, we are using the dedicated HA port and port 14 as HA sync ports. You will need to replace this with the interfaces you are using.  This config is Active/Passive. Priority is set to 180 and 125 respectively. The one with the higher priority is usually always the Master.

Recent posts

  • At its core, IEEE 802.1X is a network layer... Full Story

  • In case you did not see the previous FortiNAC... Full Story

  • This is our 5th session where we are going... Full Story

  • Now that we have Wireshark installed and somewhat configured,... Full Story

  • The Philosophy of Packet Analysis Troubleshooting isn't about looking... Full Story