Skip to content

Instantly share code, notes, and snippets.

@yspkm
Last active September 4, 2023 14:39
Show Gist options
  • Save yspkm/6f238b3b99cd9cbdbb1d9b3d8a385d43 to your computer and use it in GitHub Desktop.
Save yspkm/6f238b3b99cd9cbdbb1d9b3d8a385d43 to your computer and use it in GitHub Desktop.
카산드라 db 원격 연결 방법

Make these changes in the cassandra.yaml config file:

start_rpc: true

rpc_address: 0.0.0.0

broadcast_rpc_address: 1.2.3.4

listen_address: [node-ip]

authenticator: PasswordAuthenticator

authorizer: CassandraAuthorizer

seed_provider:
  - class_name: ...
    - seeds: "[node-ip]"
sudo ufw allow 9042/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment