I have three machines: A, B and C.
I use erl -name '[email protected]' to start a shell on each of the machines, where xx.xx.xx.xx are their IPs. The problem is I can ping (using net_adm:ping/1) from A to C and B to C, but I can't ping from A to B!
=ERROR REPORT==== 18-Apr-2011::18:28:34 ===
global: '[email protected]' failed to connect to '[email protected]'
All the IPs are global IPs, and A and B are at the same place sharing the same value of the first three segments of IP Address. How come I can't ping from A to B?
BTW: A and B has CentOS installed with Erlang R14B and C has Debian installed with Erlang R13A. One might expect problems between A and C or B and C, but quite strangely the connection between A and B is the problematic one.