PDA

View Full Version : Keepalived - VRRP Traffic over eth1, IP on eth0


akunz
16th April 2009, 22:50
Hello,

i am trying to configure the keepalived. Can anyone help me setting up the keepalived use the eth1 interface for checking? So all the VRRP Traffic goes over the local LAN. Is this possible when the virtual Ip is still bound to the eth0 interface?

Kind regrads

Alexander

falko
17th April 2009, 17:45
Should be possible, although I haven't tried yet.

akunz
17th April 2009, 18:49
Should be possible, although I haven't tried yet.

Falko, thanks for your fast response.

I found a solution, its possible to add the dev to the virtual_ipaddress, this works fine for me:

vrrp_instance VI_1 {
interface eth1
.........
virtual_ipaddress {
192.168.100.100/24 dev eth0
}
}