--- keepalived.conf.node08 2010-03-25 17:00:17.000000000 +0100 +++ keepalived.conf.node09 2010-03-25 17:06:37.000000000 +0100 @@ -8,20 +8,20 @@ notification_email_from keepalived@xxxxxxxxx smtp_server mailhost smtp_connect_timeout 30 - router_id LVS_MASTER # string identifying the machine + router_id LVS_BACKUP # string identifying the machine } # describe virtual service ip vrrp_instance VI_1 { # initial state - state MASTER + state BACKUP interface eth0 # arbitary unique number 0..255 # used to differentiate multiple instances of vrrpd virtual_router_id 1 # for electing MASTER, highest priority wins. # to be MASTER, make 50 more than other machines. - priority 100 + priority 50 authentication { auth_type PASS auth_pass dwoeiodmewfivlqoijwmcldm93492oeiwwnn @@ -32,7 +32,7 @@ } # describe virtual telnet server -virtual_server fwmark 6 { +virtual_server fwmark 7 { delay_loop 15 lb_algo rr lb_kind DR