Hello Martin, On Mon, Jan 10, 2011 at 9:40 PM, Martin Lambers <[email protected]> wrote: > I noticed that with 1.0-alpha, eqServer on GNU/Linux listens only on > <hostname>:port and not localhost:port anymore.
The server always listens to the connections you specified, or on a default connection on 0.0.0.0:default_port. This has not changed for a long time: ... Listening on rokubuntu[0.0.0.0]:5242 (TCPIP#102400#rokubuntu##5242#default#) The behavior of the application has changed, though. Before the application listened on what you specified using --eq-listen or at least on a default connection on 0.0.0.0:0. The default connection is no longer added for security reasons on standalone (single-appNode) configs. Any connection specified for the appNode in the config file is added and removed from the application listening set during Server::chooseConfig and releaseConfig, respectively. Is this your issue? One could argue that the loader should add a default connection for the appNode in multi-node configs - opinions? Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

