Make these changes in the cassandra.yaml
config file:
start_rpc: true
rpc_address: 0.0.0.0
broadcast_rpc_address: [node-ip]
listen_address: [node-ip]
seed_provider:
- class_name: ...
- seeds: "[node-ip]"
Make these changes in the cassandra.yaml
config file:
start_rpc: true
rpc_address: 0.0.0.0
broadcast_rpc_address: [node-ip]
listen_address: [node-ip]
seed_provider:
- class_name: ...
- seeds: "[node-ip]"
It gave me the following error:
Listening on address: (/[node-ip]:7000), nic: null, encryption: unencrypted
failed to bind to: /[node-ip]:7000
Thanks a lot for sharing this!
For me, on Cassandra 4.1.3 I got an error due to
start_rpc: true
, after removing this it worked great!