Hi, I created two Ubuntu 12.04 VMs each in their own cloud service inside a virtual network. This article says that the VMs inside a Virtual Network are able to communicate with each other over a private channel automatically: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-set-up-endpoints/
I've checked and I have no firewall setup on the two VMs, but when I try to setup a couchbase cluster with the two of them I get this error:
"Failed to reach erlang port mapper. Timeout connecting to "pushbase3.cloudapp.net" on port "4369". This could be due to an incorrect host/port combination or a firewall in place between the servers."
Is there any other configuration I need to do to get my cloud services to communicate with each other in the virtual network? I've been able to do this correctly when they were in the same cloud service, but that relied on internal IP addresses and those change if the machine is restarted.
Thanks, Alex