mgmt interface not accessible in HA cluster
hi Team,
HA : A-P
models : 901G
so I connect to the mgmt interface of the fortigate with RJ45 to setup the cluster. everything is going fine I setup the member that I'm connected to to be the primary. after the cluster is up I changed the mgmt interface ip from 192.168.1.99 to an ip of our network 10.189.1.25/29 with command :
set ip 10.189.1.25 255.255.255.248 set allowaccess https ping ssh
and I also change the ip of my PC that im connected with to the mgmt interface to 10.189.1.26/29 and set the default gateway to 10.189.1.25(also tried without gateway and didnt work)
so after I done so the connection was lost and I couldnt connect back. so I ran a ping from my PC and then I ran a debug flow and I only see some multicast DNS traffic
from my PC but no ping traffic. then I set the ip of the mgmt interface again but this time I used :
set management-ip 10.189.1.25 255.255.255.248
and the access worked again. the problem with the above command is that it is not synchronized between HA members and we want to use that mgmt interface to always be able to access the primary member in case failovers. I already setup a reserved HA management interface on each member to be able to access the members individually which works fine but we want to use the mgmt interface to always access the primary but it doesnt work.
config on mgmt interface :
config system interface edit "mgmt" set vdom "root" set ip 10.189.1.25 255.255.255.248 set allowaccess ping https ssh http set type physical set role lan set snmp-index 1 next end
so basically we are not able to access the mgmt interface which has its ip configured using 'set ip' command in a HA cluster.
one thing to note is that I reset factory one member(just to test again) without creating a cluster and I used the 'set ip' command and it worked so the command just doesnt work when it is in a cluster.
we have another HA cluster of 401 and the "set ip" command on the mgmt interface works fine.
