<div class="gmail_extra">Are the nodes using the same cookie?<br>(See <a href="http://www.erlang.org/doc/getting_started/conc_prog.html#id67210">http://www.erlang.org/doc/getting_started/conc_prog.html#id67210</a>)<br><br>
<div class="gmail_quote">On Mon, Apr 30, 2012 at 1:27 PM, eigenfunction <span dir="ltr"><<a href="mailto:emeka_1978@yahoo.com" target="_blank">emeka_1978@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everybody,<br>
i habe been trying to rpc another node on the same machine, but that<br>
node did not respond. I then tried this:<br>
<br>
(test2@mycomputer) > erl_epmd:names(localhost).<br>
 {ok,[{test1,45555},{test2,49788}]}<br>
<br>
(test2@mycomputer) > net_adm:ping(test1@mycomputer).<br>
pang.<br>
<br>
(test2@mycomputer) > net_adm:ping(test1@localhost).<br>
pang.<br>
<br>
<br>
Any Idea why it is not working?<br></blockquote></div></div>