<br><tt><font size=2>freenx-knx-bounces@kde.org wrote on 14/11/2013 03:27:04:<br>
<br>
> Hi All,<br>
> <br>
> As of recently, I cannot use FreeNX to connect into one of my <br>
> servers.  When I try to connect using FreeNX, I get the following
error:<br>
> <br>
> Error: Call to bind failed for font TCP port 12001. Error is 112 <br>
> 'Address already in use'.<br>
</font></tt>
<br><tt><font size=2>This is actually the port on your workstation,</font></tt>
<br><tt><font size=2>which</font></tt>
<br><tt><font size=2>is always the same port as the one chosen</font></tt>
<br><tt><font size=2>on the FreeNX server.</font></tt>
<br>
<br><tt><font size=2>These ports come from a range set in nxnode.conf</font></tt>
<br><tt><font size=2>which</font></tt>
<br><tt><font size=2>means that they are all by default in the same range</font></tt>
<br><tt><font size=2>and </font></tt>
<br><tt><font size=2>are chosen sequentialy in the same order</font></tt>
<br>
<br><tt><font size=2>so</font></tt>
<br>
<br><tt><font size=2>If you connect to multiple servers</font></tt>
<br><tt><font size=2>and</font></tt>
<br><tt><font size=2>get the same numbered connection on two of them,</font></tt>
<br><tt><font size=2>they will</font></tt>
<br><tt><font size=2>both use the same (from the default range) port</font></tt>
<br><tt><font size=2>and</font></tt>
<br><tt><font size=2>try to use it on the workstation, where the second
one will</font></tt>
<br><tt><font size=2>fail with "Adress already in use" ( on your
workstation )</font></tt>
<br>
<br><a href="http://lists.kde.org/?l=freenx-knx&m=120888974801937&w=2"><tt><font size=2>http://lists.kde.org/?l=freenx-knx&m=120888974801937&w=2</font></tt></a>
<br>
<br>
<br><tt><font size=2>The "fix" is to have a different </font></tt>
<br>
<br><tt><font size=2>        DISPLAY_BASE=n</font></tt>
<br>
<br><tt><font size=2>value set for each FreeNX server in its node.conf</font></tt>
<br>
<br><tt><font size=2>Try to make sure the address pools don't overlap</font></tt>
<br>
<br><tt><font size=2>> <br>
> I don't believe I've changed anything to cause this problem. 
I <br>
> rebooted the server to see if that would clear the NX error since
it<br>
> normally does when something strange happens.  Unfortunately,
<br>
> rebooting did not fix the issue.  I still get the same error. 
Does <br>
> port 12001 need to be open for TCP and UDP incoming and outgoing <br>
> connections?  I would assume the traffic is local since it already
<br>
> passed SSH authentication and tried to create the session.   <br>
> <br>
> I used netstat, and I didn't see anything using port 12000 or <br>
> 12001.  Any ideas on what I should try / do?<br>
> Thanks!</font></tt>