manual vip assignment / rescheduling

"Gerald Leier" <[email protected]> Wed, 23 Jul 2003 10:46:14 +0200
Newsgroups gmane.comp.apache.mod-wackamole.general
Message-ID <[email protected]>
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

  

#[wackamole.conf]
Spread = 4803
SpreadRetryInterval = 5s
Group = my-vpn
Control = /var/run/my-vpn.it
VirtualInterfaces {
        { eth0:192.168.1.50/24 }
        { eth0:192.168.1.51/24 }
}
Arp-Cache = 90s
Notify {
        eth0:192.168.1.100/24
}
balance {
        AcquisitionsPerRound = all
        interval = 4s
}
mature = 5s
#[wackamole.conf]
                                                                                                    

#[spread.conf]
Spread_Segment  127.0.0.255:4803 {
                                                                                                    
        localhost               127.0.0.1
}
                                                                                                    
Spread_Segment  192.168.1.255:4803 {
        vpn-uno     192.168.1.99
        vpn-due     192.168.1.98
}
DebugFlags = { PRINT EXIT }
EventLogFile = /var/log/spread.log
EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
RequiredAuthMethods = "NULL"
AllowedAuthMethods = "NULL"
#[spread.conf]