Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Subhraj07/86c800d31c77fbee8893f38401cfe894 to your computer and use it in GitHub Desktop.

Select an option

Save Subhraj07/86c800d31c77fbee8893f38401cfe894 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