LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Iptables and Keepalived

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: Iptables and Keepalived
From: Graeme Fowler <graeme@xxxxxxxxxxx>
Date: Mon, 09 Oct 2006 14:41:18 +0100
On 09/10/2006 14:38, Sébastien CRAMATTE wrote:
I've tried

iptables -p vrrp -A INPUT -j ACCEPT
iptables -p vrrp -A OUTPUT -j ACCEPT
seems that not works :(

iptables -I INPUT -d 224.0.0.0/8 -j ACCEPT

You need to explicitly accept multicast for this to work. You can make it more accurate by setting the appropriate config option in your keepalived config to set the mcast_src_address, and then have a corresponding rule to let that in.

Graeme

<Prev in Thread] Current Thread [Next in Thread>