Hello,<div><br></div><div>     I just started playing with Magma, so it may be just me not knowing how to use it.  I have a server running in image A on my machine.  In image B on the same machine I have the following in a workspace:</div>
<div><br></div><div><div>mySession :=</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(MagmaRemoteLocation</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>host: &#39;10.215.90.59&#39;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>port: 51001) newSession.</div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div>
<div>mySession connectAs: &#39;elliot&#39;.</div><div><br></div><div>myRoot := mySession root.</div></div><div><br></div><div>If I use &#39;127.0.0.1&#39; or &#39;localhost&#39; as the host, then I get a timeout error when calling mySession&gt;&gt;connectAs:</div>
<div><br></div><div>It says &#39;ConnectionTimedOut: Cannot connect to <a href="http://10.215.90.74:51001">10.215.90.74:51001</a>&#39; (10.215.90.74 is an address that I&#39;ve had at one time).  If I specifically use &#39;10.215.90.59&#39; as the host, then connectAs: works as normal, but then the following statement &#39;myRoot := mySession root.&#39; fails with the &#39;ConnectionTimedOut: Cannot connect to <a href="http://10.215.90.74:51001">10.215.90.74:51001</a>&#39; error.</div>
<div><br></div><div>Has anyone seen this before?  What am I doing wrong?</div><div><br></div><div>Thanks in advance,</div><div>Elliot</div><div><br></div>