![]() |
lvs-users
|
| To: | lvs-users@xxxxxxxxxxxxxxxxxxxxxx |
|---|---|
| Subject: | Re: [lvs-users] Help with keepalived + bridge code!! |
| From: | "Ramsurrun Visham" <vishamr@xxxxxxxxx> |
| Date: | Fri, 8 Jun 2007 14:49:57 +0400 |
> 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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [lvs-users] IPVS/DR ip_conntrack: table full, dropping packet at squid server, Graeme Fowler |
|---|---|
| Next by Date: | [lvs-users] lvs-users] My LVS always shows "master stopped", Ahmad Ndoung |
| Previous by Thread: | Re: [lvs-users] Help with keepalived + bridge code!!, Graeme Fowler |
| Next by Thread: | [lvs-users] LVS running on Amazon's web services, Pinku Surana |
| Indexes: | [Date] [Thread] [Top] [All Lists] |