Hello all,
I'm trying to run keepalived 1.0.9 with lvs and vrrp.
When ever I try to run keepalived with vrrp_sync_group
I get the below given error
Keepalived: Watchdog: Error connecting /tmp/.vrrp wdog
socket
And the vip's don't get created nor does the syslog
show anything about VRRP. Below is my config from one
of the box. The other box has similar config except
for change in "state" and "priority"
Thanks
Ajit
*************************************************
vrrp_sync_group VG1 {
VI_1
VI_2
}
!
vrrp_sync_group VG2 {
VI_3
VI_4
}
!
vrrp_instance VI_1 {
state MASTER
interface eth0
virtual_router_id 61
priority 150
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.1.10
192.168.1.11
}
}
!
vrrp_instance VI_2 {
state MASTER
interface eth2
virtual_router_id 62
priority 150
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
10.7.130.252
}
}
!
vrrp_instance VI_3 {
state BACKUP
interface eth0
virtual_router_id 63
priority 10
advert_int 1
authentication {
auth_type PASS
auth_pass 6969
}
virtual_ipaddress {
192.168.1.12
}
}
vrrp_instance VI_4 {
state BACKUP
interface eth2
virtual_router_id 64
priority 10
advert_int 1
authentication {
auth_type PASS
auth_pass 6969
}
virtual_ipaddress {
10.7.130.251
}
}
**********************************************
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|