Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 15 Nov 2001 15:55:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 15 Nov 2001 15:55:28 -0500 Received: from trillium-hollow.org ([209.180.166.89]:49425 "EHLO trillium-hollow.org") by vger.kernel.org with ESMTP id ; Thu, 15 Nov 2001 15:55:18 -0500 To: "Jeff V. Merkey" cc: "David Flynn" , linux-kernel@vger.kernel.org Subject: Re: Microsoft IE6 is crashing with Linux 2.4.X In-Reply-To: Your message of "Thu, 15 Nov 2001 20:29:30 GMT." <016a01c16e14$3a937c70$1901a8c0@node0.idium.eu.org> Date: Thu, 15 Nov 2001 12:54:46 -0800 From: erich@uruk.org Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "David Flynn" wrote: ... > > The connection to the server has failed. Account: 'mail.timpanogas.org', > > Server: 'mail.timpanogas.org', Protocol: SMTP, Port: 25, Secure(SSL): No, > > Socket Error: 10061, Error Number: 0x800CCC0E > > This error is WSACONNREFUSED, (ie connection refused), this is generated by > the target machine. Check to see if you can 'telnet' the into the box, ... You might want to check to see if TCP_ECN (Explicit Congestion Notification) is enabled. Many of the later Linux 2.4.x kernels enable it automatically if it's compiled in (I don't know if this is still the case or not), and some OSes simply refuse all connections whose SYN packets are marked this way. I wouldn't be terribly surprised if the a recent version of IE6 changed the default TCP settings to make Windows not work with it. The simple way to check is: cat /proc/sys/net/ipv4/tcp_ecn If it's a "1", then it's enabled, if "0" or you get a file not found, that isn't the problem. -- Erich Stefan Boleyn http://www.uruk.org/ "Reality is truly stranger than fiction; Probably why fiction is so popular" - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/