Keepalived - VRRP Traffic over eth1, IP on eth0

Discussion in 'Installation/Configuration' started by akunz, Apr 16, 2009.

  1. akunz

    akunz New Member

    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
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Should be possible, although I haven't tried yet.
     
  3. akunz

    akunz New Member

    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
    }
    }
     

Share This Page