FOLLOW UP TO #4355
I tried multiple times to build my cluster on azure VM . I can start my standalone node and it works fine. when I am going to add new node to my existing cluster . It's always through message "unable to communicate with peers"
seeds : private_ip
listen_address: private_ip1 native_transport_address: public_ip1
If you have a multi-region cloud setup where nodes cannot communicate on their private IP across regions, set the broadcast_address to the public IP so intra-region communications go out on the WAN.
# only required for multi-region cloud environments broadcast_address: public_ip1