VRRP - how does the "backup" answer?
Dear all
I have a VRRP related question which I trying to find some insights.
Setup/Situation:
We have TWO Fortigate clusters (each cluster with two nodes in active/passive HA).
Cluster A is the primary cluster and is supposed to do all the work, all the time...unless it fails completely (both nodes of said a/p cluster). Then the second cluster should take over.
Our networks/VLANs are attached on BOTH of these clusters and we are using VRRP in order to give the servers and clients in those networks a single gateway ip (eg. 10.0.0.1/24).
The configuration of the vrrp is using virtual MACs and the first/primary cluster gets the second IP (eg 10.0.0.2 as well as the 10.0.0.1 because it is master) and the second/backup cluster gets the third IP (eg. 10.0.0.3).
Problem:
When pinging from my fortigates I can reach all three IP addresses (10.0.0.1-3).
However, when coming from an outside network, I can only ping 10.0.0.1 and 10.0.0.2. The third IP (10.0.03) gives no answer.
What I saw while sniffing: The request do get to 10.0.0.3 (backup cluster), however are being answered by 10.0.0.2 (the primary cluster).
What am I missing? Is there a configuration that makes sure it works as intended (having a gateway IP and a master/backup situation), but also makes sure that I can ping the third IP address?
Thanks for your help
