hello all:<div><p style="font-family:Times;font-size:medium">I installed the spread toolkit in my OS, and config the spread.conf to run under multicast type.</p><p style="font-family:Times;font-size:medium">The segment is below(m1 is my localhost)</p>
<p style="font-family:Times;font-size:medium">Spread_Segment <a href="http://225.0.1.1:3333">225.0.1.1:3333</a> {<br>m1 10.0.0.4<br>m2 10.0.0.5<br>}</p><p style="font-family:Times;font-size:medium">when the daemon run, I use the supser to test it.</p>
<p style="font-family:Times;font-size:medium">spuser -s 3333 -u user1  | j spread1  | j spread2</p><p style="font-family:Times;font-size:medium">spuser -s 3333 -u user2  | j spread  | j spread1</p><p style="font-family:Times;font-size:medium">
spuser -s 3333 -u user3 | j spread1 | j spread</p><p style="font-family:Times;font-size:medium">and user1 send the message to group &#39;spread1&#39;, the user3 can receive the message.</p><p style="font-family:Times;font-size:medium">
All it works well in localhost.</p><p style="font-family:Times;font-size:medium">But I start spread daemon on  host m2.</p><p style="font-family:Times;font-size:medium">The segment is below(m2 is my localhost)</p><p style="font-family:Times;font-size:medium">
Spread_Segment <a href="http://225.0.1.1:3333">225.0.1.1:3333</a> {<br>m1 10.0.0.4<br>m2 10.0.0.5<br>}</p><p style="font-family:Times;font-size:medium">First I connect the m1 to test.</p><p style="font-family:Times;font-size:medium">
spuser -s <a href="mailto:3333@10.0.0.4">3333@10.0.0.4</a> -u user4 | j spread1 | j spread2</p><p style="font-family:Times;font-size:medium">and the user4 can receive the message from user1.</p><p style="font-family:Times;font-size:medium">
but , the spuser -s 3333 -u user4 | j spread1 | j spread2 just connect the m2 locally.</p><p style="font-family:Times;font-size:medium">And user4 could not receive the message from m1 with same group.</p><p style="font-family:Times;font-size:medium">
(It seems the two daemon couldn&#39;t exchange message each other, From the architecture about spread, </p><p style="font-family:Times;font-size:medium">it show in <a href="http://www.cnds.jhu.edu/pub/papers/cnds-2004-1.pdf">http://www.cnds.jhu.edu/pub/papers/cnds-2004-1.pdf</a>, <span class="Apple-style-span" style="font-family:TimesNewRomanPSMT;font-size:13px">Each daemon keeps track of processes residing on its machine
and participating in group communication</span>).</p><p style="font-family:Times;font-size:medium">So, Does my config file is right ? Or something wrong with it?</p><p style="font-family:Times;font-size:medium">Thanks in advance.</p>
<p style="font-family:Times;font-size:medium"><br></p><p style="font-family:Times;font-size:medium">Mo xuansheng</p><p style="font-family:Times;font-size:medium"><br></p><p style="font-family:Times;font-size:medium"> </p>
</div>