Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save selcukusta/b0320e50ac9edb79b2e72256d30b2a81 to your computer and use it in GitHub Desktop.
Save selcukusta/b0320e50ac9edb79b2e72256d30b2a81 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