[python-win32] Socket Connection Problem

João Abrantes jepe_abrantes at hotmail.com
Sun Jan 6 21:49:08 CET 2008


Hello everyone.

I have made a socket server on one of my lan computer and I made a socket client on other lan computer. When I try to access the server socket using the computer External IP it gives me an error: (10061, 'Connection refused'). If I use it's internal ip the connection is accepted... I think that I am not able to connect to any computer outside my lan because the program only checks for Internal IPs how can I change that?

P.S. I already disabled my firewall. The socket server is binded to: s.bind(('0.0.0.0.',1236)).

Thanks and Regards

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20080106/8aec3902/attachment.htm 


More information about the python-win32 mailing list