> If you want the VRRP on the link connecting eth1 on each machine, you
> need:
>
> vrrp_instance VI_1 {
> state MASTER
> interface eth1
> lvs_sync_daemon_interface eth1
> mcast_src_ip 192.168.100.100
> virtual_router_id 51
> priority 100
> advert_int 2
> authentication {
> auth_type PASS
> auth_pass visham
> }
> virtual_ipaddress {
> 192.168.10.10/24 dev br0
> }
> }
>
> That way, the VRRP traffic goes onto eth1 and the VIP gets put on br0.
>
Dear Graeme,
Many many thx for the reply..it worked!!
Just one thing...I dont quite understand what these 2 options do:
lvs_sync_daemon_interface eth1
mcast_src_ip 192.168.100.100
The man page of keepalived.conf is not that explicit about it.
Thx again..
Warm regards,
Visham
|