Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756990AbXLUGG0 (ORCPT ); Fri, 21 Dec 2007 01:06:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751203AbXLUGGQ (ORCPT ); Fri, 21 Dec 2007 01:06:16 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:36833 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876AbXLUGGO (ORCPT ); Fri, 21 Dec 2007 01:06:14 -0500 Date: Fri, 21 Dec 2007 07:06:13 +0100 (CET) From: Jan Engelhardt To: =?ISO-8859-1?Q?Ilpo_J=E4rvinen?= cc: James Nichols , Glen Turner , Eric Dumazet , LKML , Linux Netdev List Subject: Re: After many hours all outbound connections get stuck in SYN_SENT In-Reply-To: Message-ID: References: <83a51e120712141239u52d2dd68p1b6ee7ed08f2cecf@mail.gmail.com> <83a51e120712181021p4c4c2a13g8820271f1e00361b@mail.gmail.com> <4768123A.7040603@cosmosbay.com> <83a51e120712181144l65633b32r72cc369f9d012f47@mail.gmail.com> <47682F8C.20205@cosmosbay.com> <83a51e120712190853q33d9c7c1t4a46380665b7538b@mail.gmail.com> <47694FCC.1020507@cosmosbay.com> <83a51e120712190943m3bf0e2e4v2ea6b660142e9a5a@mail.gmail.com> <1198161695.6154.47.camel@andromache> <83a51e120712200837p9e3d1a4g15b5f4763597073e@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1476 Lines: 28 On Dec 20 2007 23:05, Ilpo Järvinen wrote: >> >> Given the fact that I've had this problem for so long, over a variety >> of networking hardware vendors and colo-facilities, this really sounds >> good to me. It will be challenging for me to justify a kernel core >> dump, but a simple patch to dump the Sack data would be do-able. > >If your symptoms really are: SYNs leaving (if they show up in tcpdump, for >sure they've left TCP code already) and SYN-ACK not showing up even in >something as early as in tcpdump (for sure TCP side code didn't execute at >that point yet), there's very little change that Linux' TCP code has some >bug in it, only things that do something in such scenario are the SYN >generation and retransmitting SYNs (and those are trivially verifiable >from tcpdump). > Take a machine, put two interfaces in it, configure as bridge (br0 over eth0 and eth1 without any assigned ip addresses), put it between end node and the cisco. tcpdump there, which should give an unbiased view wrt. endnode/cisco. Then perhaps, also configure such a network listening bridge on the other side of the cisco, e.g. on the link to the internet and watch that. Compare the two tcpdumpds and see if sack got trashed. -- 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/