Change the IP address of a node
To change the IP address of a node, change the node’s IP, and then restart DataStax Enterprise (DSE).
Procedure
- 
To speed up the restart process, before stopping the dse service, run nodetool drain.
 - 
Replace the old IP address in the
cassandra.yamlwith the new one.- 
(Optional if already set) native_transport_address
 
 - 
If the node is a seed node, update the -seeds parameter in the seed_provider list
cassandra.yamlfile on all nodes. - 
If the endpoint_snitch is
PropertyFileSnitch, add an entry for the new IP address in the the cassandra-topology.properties file on all nodes.Do NOT remove the entry for the old IP address.
 - 
Update the DNS and the local host IP settings.
 - 
Start DSE on the local host.
 - 
If the using the
PropertyFileSnitch, then perform a rolling restart.