LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Keepalived Question

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Keepalived Question
From: <mike@xxxxxxxxxxxxx>
Date: Thu, 4 Mar 2004 09:03:36 -0500
HI 
Any help is appretiated .
Is It possible to have the following setup with single nic in each Load banacer 
all on the same subnet .( for LVR-DR )
The following are suggested keealived.conf  on Load banacers ( LB1 , LB2 )

LB1()                                                                    LB2()
vrrp_sync_group vg1( vrrp_instance_1)                            
vrrp_sync_group vg1( vrrp_instance_1)
vrrp_sync_group vg2( vrrp_instance_2)                            
vrrp_sync_group vg1( vrrp_instance_2
vrrp_instance_1(eth0 ,MASTER , vip1,vip2)                     
vrrp_instance_1(eth0 ,BACKUP , vip1,vip2)
vrrp_instance_2 (eth0 ,BACKUP , vip3,vip4)                    vrrp_instance_2 
(eth0 ,MASTER , vip3,vip4)

Didn't work for both vrrp_instances . Only One .

Or I have to put a second Nic in each Load banacer :

LB1()                                                                           
               LB2()
vrrp_sync_group vg1( vrrp_instance_1,vrrp_instance_2)                        
vrrp_sync_group vg1( vrrp_instance_1,vrrp_instance_2)
vrrp_instance_1(eth0 ,MASTER , vip1,vip2)                                       
  vrrp_instance_1(eth0 ,BACKUP , vip1,vip2)
vrrp_instance_2 (eth1 ,BACKUP , vip3,vip4)                                      
  vrrp_instance_2 (eth1 ,MASTER , vip3,vip4)

LB1() eth0 and eth1 are on the same subnet ....... AS 
............................LB2() eth0 and eth1

Thanks
<Prev in Thread] Current Thread [Next in Thread>
  • Keepalived Question, mike <=