
GLeier at mcmarketing
Jul 23, 2003, 1:46 AM
Views: 627
Permalink
|
|
manual vip assignment / rescheduling
|
|
hi again, i want to build a vpn-"fullcluster" where i got 2 nodes and 2 vips which get shared between them. if i set one nodes networkinterface down. the other node sets the 2nd vip up. now... when i put the first nodes nic up again it doesnt get another vip. the second node keeps both vips. well thats nice behavior. for example if one node is flapping he shouldnt get any new connections. is there a way to tell wackamole that it should move one vip to a node ? (yeah i know, i could stop and start wackamole on that node and the vips get rescheduled) also i would like to know what mature and balance intervals are for. thanx in advance gerald p.s.: i included my configs below =20 #[wackamole.conf] Spread =3D 4803 SpreadRetryInterval =3D 5s Group =3D my-vpn Control =3D /var/run/my-vpn.it VirtualInterfaces { { eth0:192.168.1.50/24 } { eth0:192.168.1.51/24 } } Arp-Cache =3D 90s Notify { eth0:192.168.1.100/24 } balance { AcquisitionsPerRound =3D all interval =3D 4s } mature =3D 5s #[wackamole.conf] = =20 #[spread.conf] Spread_Segment 127.0.0.255:4803 { = =20 localhost 127.0.0.1 } = =20 Spread_Segment 192.168.1.255:4803 { vpn-uno 192.168.1.99 vpn-due 192.168.1.98 } DebugFlags =3D { PRINT EXIT } EventLogFile =3D /var/log/spread.log EventTimeStamp =3D "[%a %d %b %Y %H:%M:%S]" RequiredAuthMethods =3D "NULL" AllowedAuthMethods =3D "NULL" #[spread.conf]
|