Skip to content

Instantly share code, notes, and snippets.

@akirillov
Last active August 29, 2015 14:25
Show Gist options
  • Save akirillov/08f45a8d70f08286a476 to your computer and use it in GitHub Desktop.
Save akirillov/08f45a8d70f08286a476 to your computer and use it in GitHub Desktop.
Different combinations of listen/rpc addresses for Docker/EC2/hardware setups
# Docker ===========================
# MacOS specific command to connect from host machine: cqlsh `boot2docker ip`
# Cassandra 1.2.9
listen_address: 127.0.0.1
rpc_address: 0.0.0.0
# Cassandra 2.1
listen_address: 127.0.0.1
rpc_address: 0.0.0.0
broadcast_address: 127.0.0.1
broadcast_rpc_address: 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment