If i attempt to add a server node (using the IP address of a systemon my wireless network), i get the error message "Attention - Failed to reach erlang port mapper. Timeout connecting to “192.168.137.1” on port “4369”. This could be due to an incorrect host/port combination or a firewall in place between the servers."
wha could be wrong?
Regards
It seems you have a problem with the Erlang port mapper daemon (epmd) (which allows node to node communication), because your firewall will block this port by default.
You should open it manually. In your firewall settings click allow program, then add the port; and in the port number field enter the port number 4369/tcp. And just in case check and configure your IP tables by using the netsh advfirewall command.
I opened this port 4369 on both the VM’s i installed couchbase and still facing the same issue of …
Attention - Failed to reach erlang port mapper. Timeout connecting to “XX.XXX.XXX.XXX” on port “4369”. This could be due to an incorrect host/port combination or a firewall in place between the servers.
is there anything else on firewall setting i need to do?