Hi Dan,

On Tue, Oct 21, 2008 at 6:57 PM, Dan Wilcox <[EMAIL PROTECTED]> wrote:
>
> In the Programming guide, section A.2.1:
>
> "The hostname is the IP address or (resolvable) host name. When used for the
> server, the server binds its listening socket only to the specified name."
>
> Does this mean that eqServer uses the hostname even when said hostname is
> not resolveable?

If you do not specify a hostname for the server, it binds to
INADDR_ANY, and is therefore reachable on all interfaces. If you
specify the hostname, the listening socket is bound to this address.
If the hostname given is not resolvable, server initialization will
fail.

>
> We have a new test enviornment without a dhcp server and I am not able to
> run equalizer on the wall because the clients cannot find my hostname.  Is
> there some method in the configuration file to set the server ip for the
> clients to use?

You set the server's hostname to the IP address, which will be
distributed to the auto-launched render clients. The application will
still have to be started with '... -- --eq-server IP', since it can't
get the server IP address from the config file like the render clients
do.


HTH,

Stefan.

_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to