Working from home.  I&#39;m marginally more successful on my desktop - I can connect to &#39;<a href="http://teckla.idyll.org">teckla.idyll.org</a>&#39; port 25, but I still can&#39;t do anything with the connection.  See below:<br>

<br>&gt;&gt;&gt; sock.recv(4096)<br><br>Traceback (most recent call last):<br>  File &quot;&lt;pyshell#15&gt;&quot;, line 1, in &lt;module&gt;<br>    sock.recv(4096)<br>error: [Errno 10054] An existing connection was forcibly closed by the remote host<br>

<br>Is there a good way to circumvent the connection block?  The Google talks about iptables when I ask about the issue.<br><br>Owen<br><br><div class="gmail_quote">On Sun, Sep 27, 2009 at 6:21 PM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu">ctb@msu.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Sun, Sep 27, 2009 at 05:02:43PM -0400, Owen Pierce wrote:<br>


&gt; Can anyone else run the example code from lab4?  I&#39;m trying to run the code<br>
&gt; from the* Sending mail - example*, but I keep getting<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;send-email&quot;, line 11, in &lt;module&gt;<br>
&gt;     sock.connect((&#39;<a href="http://teckla.idyll.org" target="_blank">teckla.idyll.org</a>&#39;, 25))<br>
&gt;   File &quot;&lt;string&gt;&quot;, line 1, in connect<br>
&gt; socket.error: [Errno 113] No route to host<br>
<br>
</div></div>Are you doing this on campus, or from home?  It may be that your home<br>
system blocks connections to port 25.<br>
<font color="#888888"><br>
--titus<br>
</font><div><div></div><div class="h5">--<br>
C. Titus Brown, <a href="mailto:ctb@msu.edu">ctb@msu.edu</a><br>
</div></div></blockquote></div><br>