Re: problem with wackamole

Ryan Caudy <[email protected]> Wed, 29 Dec 2004 21:22:31 -0500
Newsgroups gmane.comp.apache.mod-wackamole.general
Message-ID <[email protected]>
Try using the -d option with Wackamole.  Also, examine the messages
printed by the Spread daemons at startup, and make sure that they
install a membership successfully.

Cheers,
Ryan

On Wed, 29 Dec 2004 17:16:02 +1300, Frazer, Andrew non Unisys
<[email protected]> wrote:
>  
>  
> 
>   
> 
>   
> 
> Hi, I'm mostly struggling to get this working.. Maybe someone can point me
> in the right direction.. 
> 
>   
> 
> I have two machines running apache ( kdc-www1 and kdc-www2 ), on the same
> subnet. They will share a single virtual IP address ( 202.86.97.199 )     My
> wackamole and spread config files are the same on both machines. 
> 
>   
> 
> Spread is listening on port 4803, I'm assuming its running ok. 
> 
>   
> 
> I can't ping the address 202.86.97.199 from anywhere.. The arp tables show
> incomplete for this address. 
> 
>   
> 
>   
> 
> How do I debug wackamole, to see if its running..           
> 
>   
> 
>   
> 
>   
> 
> COnfigs below. 
> 
>   
> 
>   
> 
>   
> 
>   
> 
> [root@kdc-www2 etc]# more wackamole.conf 
> 
> Spread = 4803 
> 
> SpreadRetryInterval = 5s 
> 
>   
> 
> Group = wack1 
> 
>   
> 
> Control = /var/run/wack.it 
> 
>   
> 
> Mature = 5s 
> 
>   
> 
>   
> 
> balance { 
> 
>          AcquisitionsPerRound = all 
> 
>          interval = 4s 
> 
> } 
> 
>   
> 
> Arp-Cache = 90s 
> 
> Prefer None 
> 
>   
> 
> VirtualInterfaces 
> 
>  { 
> 
>         { eth0:202.86.97.199/27 } 
> 
>  } 
> 
>   
> 
> Notify 
> 
> { 
> 
>         # Let's notify the firewalls first. They are bound to get grumpy
> first 
> 
>         eth0:202.86.97.194/32 
> 
>         eth0:202.86.97.193/32 
> 
>         eth0:202.86.97.195/32 
> 
>         # And everything else in the subnet, ( maxed at 128 per sec ) 
> 
>         # eth0:202.86.97.192/27 throttle 128 
> 
>         # Wackamole shares arp-cache across machines, this says to 
> 
>         # notify every IP address in the aggregate shared arp-cache. 
> 
>         arp-cache 
> 
> } 
> 
>   
> 
> [root@kdc-www2 etc]# more spread.conf 
> 
> Spread_Segment 202.86.96.223:4803 
> 
>   
> 
>         { 
> 
>         kdc-www1 202.86.96.202 
> 
>         kdc-www2 202.86.96.203 
> 
>         } 
> 
> [root@kdc-www2 etc]# 
> 
>   
> 
>