From a7c4085cf012ce9e14ba0fdd67b558557fa0c6bb Mon Sep 17 00:00:00 2001 From: Quentin Armitage Date: Tue, 19 Sep 2023 12:09:40 +0100 Subject: [PATCH] config: Add "accept" to sample configuration Since the sample configuration has "vrrp_strict" configured, packets address to the VIPs will not be received unless "accept" is also configured. Adding "accept" allows communications with the VIPs, which may help avoid some confusion for new users experimenting with configurations. Signed-off-by: Quentin Armitage --- keepalived/etc/keepalived/keepalived.conf.sample.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keepalived/etc/keepalived/keepalived.conf.sample.in b/keepalived/etc/keepalived/keepalived.conf.sample.in index 75b1db44ca..613f640d76 100644 --- a/keepalived/etc/keepalived/keepalived.conf.sample.in +++ b/keepalived/etc/keepalived/keepalived.conf.sample.in @@ -31,6 +31,9 @@ vrrp_instance VI_1 { 192.168.200.17 192.168.200.18 } + + # Allow packets addressed to the VIPs above to be received + accept } virtual_server 192.168.200.100 443 {