<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">To fix the nat or port forwarding problem i went to my router's page and entered the following on the NAPT virtual server: "Transport Type: TCP , External Start Port: 1236, External End Port: 1236, Internal Start Port: 1236, Internal End Port: 1236" since the socket server is binded to the port 1236 this should fix it right? But it still doesn't work.. lol I have tried to change a lot of network configs and nothing worked ... any ideas pls? <br></div><br><br><br><blockquote><hr id="EC_stopSpelling">From: lreenaers@ressource-toi.org<br>To: jepe_abrantes@hotmail.com; python-win32@python.org<br>Subject: Re: [python-win32] Socket Connection Problem<br>Date: Mon, 7 Jan 2008 00:59:22 +0100<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass EC_body.hmmessage
{font-size:10pt;font-family:Tahoma;}
</style>
<div><font face="Arial">may be you are behind a router or proxy or whatever then
your external ip is actually the network device connected to the internet. this
device may probably be tuned for NAT or port forwarding... I 'm not sure this
your issue but it could be.</font></div>
<div><font face="Arial">it is for sure a network config issue because the port is
open (since you can connect interenally.) and firewall is disabled.</font></div>
<div><font face="Arial">good luck</font></div>
<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<div><br></div>
<div style="background: rgb(245, 245, 245) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<div style=""><b>From:</b> <a title="jepe_abrantes@hotmail.com" href="mailto:jepe_abrantes@hotmail.com">Joćo Abrantes</a> </div>
<div><b>Sent:</b> Sunday, January 06, 2008 9:49 PM</div>
<div><b>To:</b> <a title="python-win32@python.org" href="mailto:python-win32@python.org">python-win32@python.org</a> </div>
<div><b>Subject:</b> [python-win32] Socket Connection Problem</div></div></div>
<div><br></div>
<div style="text-align: left;">Hello everyone.<br><br>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?<br><br>P.S. I already disabled my firewall. The socket server is binded
to: s.bind(('0.0.0.0.',1236)).<br><br>Thanks and Regards<br></div><br>
<hr>
Express yourself instantly with MSN Messenger! <a href="http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/" target="_blank">MSN
Messenger</a>
<BR><hr>
<BR>_______________________________________________<br>python-win32 mailing
list<br>python-win32@python.org<br>http://mail.python.org/mailman/listinfo/python-win32<br>
</blockquote><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>