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.

One reply on “Fortigate HA in 5 Minutes”

Comments are closed.

Recent posts

  • Have you ever ordered a bunch of Fortinet gear... Full Story

  • Had a customer with over 200 static routes on... Full Story

  • This is a work in progress, I will be... Full Story