<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Raimo Niskanen wrote:
<blockquote cite="mid20070704135520.GA29185@erix.ericsson.se"
 type="cite">
  <pre wrap="">I rather ment if the full computer name is foo.dom.main.com
the hostname would be foo and the domain dom.main.com.

If the full computer name is turkeyhotels, try use
node name bilbo@turkeyhotels.

If the domain is DHGROUP, is that not the workgroup name?
DHGROUP is not a complete DNS domain. It appears your machine
is not configured for a DNS environment, and that is bad
for Erlang/OTP.

But try bilbo@turkeyhotels...</pre>
</blockquote>
I should really be careful when reading books :) :<br>
<blockquote>"We can also use -sname on two different machines when they
are<br>
on the same subnet. Using -sname is also the only method that will<br>
work if no DNS service is available."<br>
</blockquote>
Apart from that, Kirill Zaborski suggested that I directly write
<a class="moz-txt-link-abbreviated" href="mailto:nodename@host.ip">nodename@host.ip</a>. So I ran <br>
<blockquote>erl -name <a class="moz-txt-link-abbreviated" href="mailto:another_name@192.168.0.1">another_name@192.168.0.1</a><br>
</blockquote>
on my Windows box and it was immediately available from my Linux box.<br>
<br>
</body>
</html>