Hi all,<br><br>I want to preface by letting everyone know that I have built some RPMs for spread, wackamole, mod_log_spread and spreadlogd. They are available from <a href="http://biopackages.net/">http://biopackages.net/</a>
 for CentOS4 and some Fedora distributions. They will eventually be built for every CentOS and Fedora release when we expand our repository. And we have some updated RPMs in our testing repository that should be pushed out in a few days. The SRPMs are also available if you would like to build your own.
<br><br><br>Now onto the problem...<br><br>In configuring Wackamole, I have been having some issues, so I am hoping that someone will be able to help me get this working. My setup is CentOS4 x86_64 (linux 2.6.x) if that matters. Wackamole/spread builds and installs fine and spread works fine. Wackamole starts fine and seems to think it works, but in reality it does not. Therefore I am not sure if this is an issue with Wackamole&#39;s interaction with OS, or what. I have been following Theo&#39;s &quot;Scalable Internet Architectures&quot; book in an attempt to get wackamole setup.&nbsp; This is also in a testing environment (
10.x.x.x IP&#39;s), before we tried it with real IPs and had the same issue.<br><br>What happens:<br>-Start spread on both systems, everything works fine. It is configured to use <a href="http://10.67.183.121">10.67.183.121
</a> and .122, respectively, which are both setup on eth1 and independent of the wackamole IPs. The same thing happens if we setup spread on the same IP as wackamole.<br>-Start wackamole on both systems and:<br>&nbsp;&nbsp; (1) eth0 which is configured with 
<a href="http://10.67.183.116">10.67.183.116</a> on one and <a href="http://10.67.183.117">10.67.183.117</a> on the other is taken down by wackamole such that an &#39;ifconfig&#39; only shows eth1 up<br>&nbsp;&nbsp; (2) wackatrl -l appears to be working properly, showing the following on each system:
<br>&nbsp;&nbsp; Owner: <a href="http://10.67.183.116">10.67.183.116</a><br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.116/32">10.67.183.116/32</a><br>&nbsp;&nbsp; Owner: <a href="http://10.67.183.117">10.67.183.117</a><br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:
<a href="http://10.67.183.117/32">10.67.183.117/32</a><br><br>Despite #2, neither machine brings up .116 or .117. There is obviously something going on, because from another machine I can still ping/ssh into 116 and 117, which may be as a result of arp.
<br><br>At this point if I kill spread on one of the 2 machines (say the one with .117), wackatrl -l shows what appears to be correct:<br>Owner: <a href="http://10.67.183.116">10.67.183.116</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.116/32">
10.67.183.116/32</a><br>Owner: <a href="http://10.67.183.116">10.67.183.116</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.117/32">10.67.183.117/32</a><br><br>Despite what wackatrl thinks, I am now able to ping/ssh into only one of the IPs, and the IP of the machine that was taken down is not brought up on the other machine. The whole thing seems to be acting weird.
<br><br><br>The only indication I can find is /var/log/messages which shows the following on both machines. I am not sure if this is a 2.6 kernel not supported issue (hopefully not, cause I would really like to get wackamole working):
<br>Sep 13 07:44:50 JMM1 wackamole[26151]: connecting to 4803<br>Sep 13 07:44:50 JMM1 wackamole: wackamole startup succeeded<br>Sep 13 07:44:50 JMM1 wackamole[26151]: DOWN: eth0:<a href="http://10.67.183.116/255.255.255.0">
10.67.183.116/255.255.255.0</a><br>Sep 13 07:44:50 JMM1 wackamole[26151]: 953 No such interface<br>Sep 13 07:45:02 JMM1 wackamole[26151]: 911 No such interface<br>Sep 13 07:45:02 JMM1 wackamole[26151]: Re-queued arp spoof notifier for virtual entry.
<br><br>Also, when I try a wackamole.conf with 4 IPs, wackatrl shows:<br>&nbsp;&nbsp; Owner: <a href="http://10.67.183.116">10.67.183.116</a><br>
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.116/32">10.67.183.116/32</a><br>

&nbsp;&nbsp; Owner: <a href="http://10.67.183.117">10.67.183.117</a><br>

&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.117/32">10.67.183.117/32</a><br>
&nbsp;&nbsp; Owner: <a href="http://10.67.183.124">10.67.183.124</a><br>
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.124/32">10.67.183.124/32</a><br>

&nbsp;&nbsp; Owner: <a href="http://10.67.183.125">10.67.183.125</a><br>

&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.125/32">10.67.183.125/32</a><br>
<br><br>My configurations look as follows (it is the same on both machines), though I have tried many other configurations such as changing /32 to /24, trying other IPs and so on:<br>[root@JMM2 etc]# cat /etc/wackamole.conf
<br>Spread = 4803<br>SpreadRetryInterval = 5s<br>Group = wack1<br>Control = /var/run/wack.it<br><br>Prefer None<br><br>VirtualInterfaces {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { eth0:<a href="http://10.67.183.116/32">10.67.183.116/32</a> }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { eth0:
<a href="http://10.67.183.117/32">10.67.183.117/32</a> }<br>}<br><br>Arp-Cache = 10s<br>mature = 5s<br><br>Notify {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eth0:<a href="http://10.67.183.1/32">10.67.183.1/32</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arp-cache<br>}<br><br>Balance {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AcquisitionsPerRound = all<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; interval = 4s<br>}<br><br>The importand part of Spead.conf is:<br>Spread_Segment&nbsp; <a href="http://10.255.255.255:4803">10.255.255.255:4803</a> {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JMM1&nbsp;&nbsp;&nbsp; <a href="http://10.67.183.121">
10.67.183.121</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JMM2&nbsp;&nbsp;&nbsp; <a href="http://10.67.183.122">10.67.183.122</a><br>}<br><br>Any assistance is greatly appreciated.<br><br>Thanks so much,<br>Jordan<br>