durusmail: quixote-users: simple_server: can only connect from localhost
simple_server: can only connect from localhost
2005-03-10
2005-03-10
2005-03-10
simple_server: can only connect from localhost
Neil Schemenauer
2005-03-10
On Thu, Mar 10, 2005 at 05:12:19PM -0600, Peter Fein wrote:
> I find I'm only able to connect from that machine (ie, localhost)
> and not from others on its subnet (no firewall issues I can think
> of).

Use the 'host' option.  E.g.:

    python server/simple_server.py --host=0

Using '0' means accept connections on any interface.  The default is
for 'host' is 'localhost'.

  Neil

reply