Closed Mixlining closed 4 days ago
The varp_gna_
configuration is not relevant since you are not using IPv6.
The GARP packets should be sent on eth1, since that it the interface that the VIP is configured on. There is no point in sending the GARP packets on any other interface, and indeed it would be wrong to do so.
If you need any further help with this, you will need to provide the following and we can then reopen this issue:
keepalived -v
If you are still experiencing problems you should upgrade to a recent version of keepalived, e.g. v2.3.2, since v1.3.5 is extremely old.
Hello, I am confused about the official configuration documents during using keepalived. If my config is:
then I config items like "vrrpgarp" and "vrrpgna" . The gna and garp will send via eth0 or eth1 ? Can I specify the network interface for GARP and GNA packets?