
Andrew.Frazer at nz
Dec 28, 2004, 8:16 PM
Views: 3164
Permalink
|
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[at]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[at]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[at]kdc-www2 etc]#
|