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
|