Re: broadcast_address in multi data center setups

2016-01-19 Thread Francisco Reyes
On 01/18/2016 09:44 AM, Paulo Motta wrote: broadcast_address is the address exposed for internal inter-node communication, while rpc_address is the address that will listen to clients. all nodes need to talk to each other via the broadcast_address, so if they are within the same network, you

Re: broadcast_address in multi data center setups

2016-01-18 Thread Paulo Motta
broadcast_address is the address exposed for internal inter-node communication, while rpc_address is the address that will listen to clients. all nodes need to talk to each other via the broadcast_address, so if they are within the same network, you may use public or private IPs as

broadcast_address in multi data center setups

2016-01-17 Thread Francisco Reyes
Setting up my first Cassandra cluster. Does one need to setup broadcast_address to public in all the nodes like this? node 1 - colo 1 - broadcast points to public IP node 2 - colo 1 - broadcast points to public IP . node n - colo 1 - broadcast points to public IP node 4 - colo 2 -