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/
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to