rexer wrote > Yes, I understand it. > My question is about - what multicast addresses i can use? > Which pool of addresses i can use? > For example, for 4 different clusters.
Multicast IP range is 224.0.0.0 through 239.255.255.255 (some of them already assigned) [1] and Ignite doesn't introduce any additional limitations here. You should use unassigned addresses that are not used in your network for any other purposes. Each cluster should use the unique address. [1] http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Two-ignite-instance-without-linking-tp2342p2393.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
