<div dir="ltr">Hi all,<br><br>(Forgive me if this mailing list is not a best place for newbie question (y'all seem to be way above that level, based on what I've seen in the last couple days).<br><br>Working through Joe's book, I've got to the exciting bits in "Distributed Programming" (chapter 14), which has examples for setting up rpc calls between nodes on the same machine (trivial) and different machines (not as trivial). I've got two boxes up for this exercise, got Erlang installed, and set up my DNS - I can ping both. But one of them acts like an "inactive node", so I don't think my setup is ready for playing:<br><br>Node 1 (started with: <b>erl -name little setcookie abc):</b><br><br>(<a href="mailto:little@little.alexakarpov.xyz">little@little.alexakarpov.xyz</a>)1> node().<br><br>'<a href="mailto:little@little.alexakarpov.xyz">little@little.alexakarpov.xyz</a>'<br><br>Node 2 (started with <b>erl -name yyz setcookie abc):</b><br><br>1> node().<br><br>nonode@nohost<br><br>Um... what did I do wrong? running 'hostname' gives expected results: <a href="http://yyz.alexakarpov.xyz">yyz.alexakarpov.xyz</a> and <a href="http://little.alexakarpov.xyz">little.alexakarpov.xyz</a> respectively, and they're started the same way... both are running same Erlang versions, of course.<div><br></div><div>Thank you for your time!</div><div>Alex</div></div>