From fa8f568d9f238e4ece2ff881c1178d83cd5bf260 Mon Sep 17 00:00:00 2001 From: Madhur Ahuja Date: Sat, 20 Jan 2024 09:42:26 +0530 Subject: [PATCH] feat: lxc install for cassandra --- install/cassandra-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/cassandra-install.sh b/install/cassandra-install.sh index 663ab42b..28d0b5e0 100644 --- a/install/cassandra-install.sh +++ b/install/cassandra-install.sh @@ -893,11 +893,11 @@ native_transport_allow_older_protocols: true # set broadcast_rpc_address to a value other than 0.0.0.0. # # For security reasons, you should not expose this port to the internet. Firewall it if needed. -rpc_address: 0.0.0.0 +# rpc_address: 0.0.0.0 # Set rpc_address OR rpc_interface, not both. Interfaces must correspond # to a single address, IP aliasing is not supported. -# rpc_interface: eth1 +rpc_interface: eth0 # If you choose to specify the interface by name and the interface has an ipv4 and an ipv6 address # you can specify which should be chosen using rpc_interface_prefer_ipv6. If false the first ipv4 @@ -909,7 +909,7 @@ rpc_address: 0.0.0.0 # be set to 0.0.0.0. If left blank, this will be set to the value of # rpc_address. If rpc_address is set to 0.0.0.0, broadcast_rpc_address must # be set. -broadcast_rpc_address: 1.2.3.4 +#broadcast_rpc_address: 0.0.0.0 # enable or disable keepalive on rpc/native connections rpc_keepalive: true