On 21 October 2011 04:15, 刘一新 <liuy...@gmail.com> wrote:
> (1) Why can't I connect zeo on other nodes by just using the hostname:port
> when zeo is started with -a localhost:1234, and

It binds only the loopback device (127.0.0.1). Try setting it up with
0.0.0.0 – this will bind the server to all network interfaces.

> (2) Why can't I connect ZEO on the local node (here the console node) with
> localhost:1234 when I start zeo with the hostname of the local node, i.e.
> console:1234?

Same situation – only now you're not binding it to the loopback device :-)

\malthe
_______________________________________________
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to