Hi, all !
I have two computers with keepalived daemon.
If I manualy kill keepalived daemon (killall keepalived ) on one from
them, as second begin him work. Greate: keepalive work.
If I manualy kill virtual_address ( ip addr del 10.0.0.233 dev eth2 ) on
the first computer ( MASTER ) , as keepalived daemon on the BACKUP
didn't recognize that something happaned with MASTER , and didn't up
virtual_ipaddress.
How explain it, where the BUG ???
P.S:
I'm not using keepalived with LVS, i need just vrrpd part of it.
-----------
Configurations:
on the first computer:
vrrp_instance VI_1 {
state MASTER
interface eth2
virtual_router_id 51
priority 100
advert_int 1
authentication {
auth_type AH
auth_pass 1111
}
virtual_ipaddress {
10.0.0.233
}
}
on the second computer:
vrrp_instance VI_1 {
state BACKUP
interface eth2
virtual_router_id 51
priority 99
advert_int 1
authentication {
auth_type AH
auth_pass 1111
}
virtual_ipaddress {
10.0.0.233
}
}
--
Alex Senin
System Engineer
Bladefusion, Ltd.
6 Magshimim St. P.O.Box 7086
Israel 49127
Main 972-3-9127010
Fax 972-3-9217011
|