<div><br> </div>
<div class="gmail_quote">On Thu, Feb 26, 2009 at 12:53 PM, Antonio Dias <span dir="ltr"><<a href="mailto:accdias%2Bcluster@gmail.com">accdias+cluster@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Vincent,<br>
<div class="Ih2E3d"><br>On Thu, Feb 26, 2009 at 17:39, Vincent VIAL <<a href="mailto:vincent@vial.tv">vincent@vial.tv</a>> wrote:<br>> I checked what you suggested but according to cman man page, broadcast is<br>
> used by default and multicast is only used if a multicast parameter is given<br>> in the cluster.conf file.<br><br></div>I'm not sure but I believe that now the default is multicast. And if<br>so, the problem can be in the switch not letting igmp version packages<br>
pass through.<br><br>I had this problem when deploying a RHEL5 cluster in a environment<br>using Cisco switches. Since I didn't have access to the switches<br>configuration, the workaround was to force my Linux boxes speaks igmp<br>
version 2. You can try this on your boxes. Edit /etc/sysctl.conf e put<br>a line like this:<br><br>net.ipv4.conf.all.force_igmp_version = 2<br><br>And issue a "sysctl -p" or reboot your boxes.<br><br>--<br>Antonio Dias<br>
<font color="#888888"><br>--<br></font>
<div>
<div></div>
<div class="Wj3C7c">Linux-cluster mailing list<br><a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
</div></div></blockquote></div>
<div><br>Hi,</div>
<div> </div>
<div>I'm also trying to understand this problem. Is both cluster nodes are not in same network?, if both nodes are pinging with each other through your gateway router (may be your managed switch ). as cluster uses multicast so you have to increase the TTL value of your outgoing packets.</div>

<div> </div>
<div>for e.g. you can try out this iptables command</div>
<div> </div>
<div>#iptables -t mangle -I OUTPUT -j TTL --ttl-set 60</div>
<div> </div>
<div>I know this is not best rule, you can customize to suite your own setup and requirement.</div>
<div> </div>
<div>If doesn't help this then let us know your setup architecture.</div>
<div> </div>
<div>Thanks,</div>
<div>Rajveer Singh</div>
<div> </div>