<div dir="ltr"><div><div><div><div>Hi John,<br><br></div>we have some strange observation:<br></div>With spread-4.4.0 running on some of our hosts we see a wrong binding of an additional interface for multicast, which makes no sense to us and might be causing problems due to wrong routed traffic.<br></div>With spread-5.5.0rc1 this malfunction is gone. Only the correct interface is bound.<br><br></div>Maybe you can help us to understand what is happening here. Below is the output of <span style="font-family:monospace,monospace">netstat -g</span> on the same host with same configuration. Only the spread installation was updated! No other change.<br><div><br></div><div>Any advice is greatly welcome. We don't understand what causes that wrong interface binding.<br><br></div><div>Best regards,<br></div><div>Martin<br><br></div><div><span style="font-family:monospace,monospace">** spread.conf:<br><font size="1">Spread_Segment  <a href="http://239.192.2.2:8982">239.192.2.2:8982</a> {<br>        host1 155.1.1.1  { 155.1.1.1 }<br>        host2 155.1.1.2  { 155.1.1.2 }<br>        host3 155.1.1.3  { 155.1.1.3 }<br></font></span></div><font size="1"><span style="font-family:monospace,monospace">}</span><br><span style="font-family:monospace,monospace"></span></font><div><font size="1"><span style="font-family:monospace,monospace">Spread_Segment  <a href="http://239.192.2.4:8982">239.192.2.4:8982</a> {<br>        host4 155.1.1.4 { 155.1.1.4 }<br>        host5 155.1.1.5 { 155.1.1.5 }<br>        host6 155.1.1.6 { 155.1.1.6 }<br>}</span><br><br></font></div><div><pre class="gmail-m_-7727926600860114543gmail-bz_comment_text" id="gmail-m_-7727926600860114543gmail-comment_text_6">** <b>spread-4.4.0 </b>running:

<font size="1">$ netstat -g
IPv6/IPv4 Group Memberships
Interface       RefCnt Group
--------------- ------ ---------------------
lo              1      224.0.0.1
eth0            1      224.0.0.1
eth1            1      224.0.0.1
eth2            1      239.192.2.2  <u><b><font size="2">!!!WRONG!!!</font></b></u>
eth2            1      224.0.0.1
eth3            1      239.192.2.2    <font size="2">CORRECT</font>
eth3            1      224.0.0.1
eth4            1      224.0.0.1</font>


** no spread running:<br><br><font size="1">$ netstat -g
IPv6/IPv4 Group Memberships
Interface       RefCnt Group
--------------- ------ ---------------------
lo              1      224.0.0.1
eth0            1      224.0.0.1
eth1            1      224.0.0.1
eth2            1      224.0.0.1
eth3            1      224.0.0.1
eth4            1      224.0.0.1

</font>
** <b>spread-5.0.0rc1 </b>running:

<font size="1">$ netstat -g
IPv6/IPv4 Group Memberships
Interface       RefCnt Group
--------------- ------ ---------------------
lo              1      224.0.0.1
eth0            1      224.0.0.1
eth1            1      224.0.0.1
eth2            1      224.0.0.1
eth3            2      239.192.2.2  CORRECT
eth3            1      224.0.0.1
eth4            1      224.0.0.1</font></pre><br></div></div>