<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi list,<br/>
I am using erlang on windows 7.<br/>
</div>
<div> When i start a multicast (the code is from nodefinder) like so:<br/>
Opts = [ { active, true },<br/>
{ ip, {230, 0, 0, 1} },<br/>
{ add_membership, { {230, 0, 0, 1}, { 0, 0, 0, 0 } } },<br/>
{ multicast_loop, true },<br/>
{ reuseaddr, true },<br/>
list<br/>
],<br/>
{ ok, RecvSocket } = gen_udp:open (4321, Opts),</div>
<div> </div>
<div> i get this {error,eaddrnotavail}<br/>
<br/>
Removing the tuple { ip, {230, 0, 0, 1} } from Opts seems to work!<br/>
But when i then start another node on the same machine the error i get is: {error,eaddrinuse}</div>
<div> </div>
<div>(The multicast group and port works with java )</div>
<div> </div>
<div>Any suggestions ?</div>
</div></div></body></html>