Share via


Virtual Machine not communicating with each other

Question

Monday, February 10, 2014 12:16 PM

I have created  2 virtual machine for jboss clustering. each machine on same virtual network 10.157.28.0

10.157.28.4

10.157.28.5

but not communicating with each other, i tried everything almost. when i do telnet on open port from other machine

its says "NO ROUT TO HOST"

firewall is off

can anyone please help me in this 

All replies (5)

Wednesday, February 19, 2014 9:50 AM âś…Answered

Thanks susie

Problem is solved now. Virtual Machine was not part of the same affinity group thats why problem occur.

Thanks & regards

Aamir


Tuesday, February 11, 2014 2:54 AM

Hi,

Based on my research, all virtual machines that you create in Windows Azure can automatically communicate using a private network channel with other virtual machines in the same cloud service or virtual network.

Since you disabled firewall on the VMs, can you ping the IP addresses of the VMs between each other?

Best regards,

Susie


Tuesday, February 11, 2014 6:02 AM

thanks susie for reply,

but i tried to ping and telnet to one of open port but no luck and i disabled both firewall and SELNIUX

ping 10.157.28.5
PING 10.157.28.5 (10.157.28.5) 56(84) bytes of data.
From 10.157.28.4 icmp_seq=2 Destination Host Unreachable

telnet 10.157.28.5 16001
Trying 10.157.28.5...
telnet: connect to address 10.157.28.5: No route to host

i also tried tcpdump to port 16001

sudo tcpdump port 16001


Wednesday, February 19, 2014 8:00 AM

Hi,

Did you use TCP port 16001 for the endport? It seems that telnet commands can only used for TCP connections. In addition, it is hard to say which is the reason for this, maybe you can using Network Monitor to capture packets between the VMs to find the root reason.

Best regards,

Susie


Thursday, February 20, 2014 2:59 AM

Hi,

Good to hear that and thanks for you feedback.

Best regards,

Susie