Re: Setting up Cassandra across private network

2014-03-19 Thread Marcin Cabaj
Hi, you should set 'listen_address' to ip address of eth4. 'listen_address' is for communication between cassandra nodes (not clients). Btw I hope you don't use NFS for commit log directory. -- cheers mc On Wed, Mar 19, 2014 at 5:14 AM, Le Xu wrote: > I'm currently using Cassandra 1.23 and

Setting up Cassandra across private network

2014-03-18 Thread Le Xu
I'm currently using Cassandra 1.23 and I'm trying to set up a cluster on the private network, so that nodes can communicate through eth4 inet address instead of eth0 inet address. My current yaml file specify eth4 address in the seed field. However the the rpc address is set to 0.0.0.0. Both liste