Re: not able to run two instances of spread

John Schultz <[email protected]> Thu, 27 Dec 2012 11:20:58 -0500
Newsgroups gmane.network.spread.user
Message-ID <[email protected]>
Yes, it is possible, however, the ports must be further apart.  Spread actually uses the port you specify (tcp+udp), port+1 (udp) and port+2 (udp).

So, the ports you specify should be at least 3 ports apart.

These different Spreads will be part of different configurations and will not intercommunicate.

Cheers!

-----
John Lane Schultz
Spread Concepts LLC
Phn: 301 830 8100
Cell: 443 838 2200

On Dec 27, 2012, at 4:46 AM, Yakov Yarmolovsky wrote:

Is it possible for two spread instances to run on the same machine?
 
I have the following ifconfig:
 
bond0     Link encap:Ethernet  HWaddr 00:22:19:63:0a:d6 
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:1945618 errors:0 dropped:0 overruns:0 frame:0
          TX packets:101078 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:657137745 (626.6 MiB)  TX bytes:9878468 (9.4 MiB)
 
br0       Link encap:Ethernet  HWaddr 0a:f9:80:30:f3:5d 
          inet addr:192.168.1.86  Bcast:192.168.7.255  Mask:255.255.248.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
br1       Link encap:Ethernet  HWaddr 00:22:19:63:0a:d6 
          inet addr:192.168.1.87  Bcast:192.168.7.255  Mask:255.255.248.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1539569 errors:0 dropped:0 overruns:0 frame:0
          TX packets:101052 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:577775838 (551.0 MiB)  TX bytes:9385232 (8.9 MiB)
 
eth0      Link encap:Ethernet  HWaddr 00:22:19:63:0a:d6 
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:1204525 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11877 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:137695841 (131.3 MiB)  TX bytes:1299484 (1.2 MiB)
          Interrupt:28 Memory:d6000000-d6012700
 
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:92702 errors:0 dropped:0 overruns:0 frame:0
          TX packets:92702 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5567504 (5.3 MiB)  TX bytes:5567504 (5.3 MiB)
 
And the spread configuration file is
 
1.spred.conf :
 
Spread_Segment  192.168.7.255:4802 {
                test        192.168.1.86
}
 
2.spread.conf:
 
Spread_Segment  192.168.7.255:4803 {
                boston  192.168.1.87
}
_______________________________________________
Spread-users mailing list
[email protected]
http://lists.spread.org/mailman/listinfo/spread-users

_______________________________________________
Spread-users mailing list
[email protected]
http://lists.spread.org/mailman/listinfo/spread-users
smime.p7s (application/pkcs7-signature, 3.7 KB) - not displayed