Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasyjean/f7de1c07fa4ec80a449ebcff70b6b197 to your computer and use it in GitHub Desktop.
Save tasyjean/f7de1c07fa4ec80a449ebcff70b6b197 to your computer and use it in GitHub Desktop.
Setting up Cassandra for remote access

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]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment