From owner-freebsd-net@FreeBSD.ORG Fri May 13 18:09:30 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A80716A4CE for ; Fri, 13 May 2005 18:09:30 +0000 (GMT) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE2B43D75 for ; Fri, 13 May 2005 18:09:29 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id j4DI9LSY088359; Fri, 13 May 2005 22:09:25 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Fri, 13 May 2005 22:09:21 +0400 (MSD) From: Maxim Konovalov To: Matt Ruzicka In-Reply-To: Message-ID: <20050513220424.W88312@mp2.macomnet.net> References: <20050513110350.X839@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: **net** Re: Outbound TCP issue, potentially related to'FreeBSD-SA-05:08.kmem [REVISED]' X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 18:09:30 -0000 On Fri, 13 May 2005, 10:36-0600, Matt Ruzicka wrote: > Thank you both very much for all the help. > > Incidentally those systems are now running 4.11 (patched today for htt). > > They are primarily web servers running apache 1.3.33 with customer as well > as company cgi's running on them, but are also running proftpd. > > Let me know if I can get you any system reading to show traffic and such > if that will help. while : do nc -z 195.128.64.6 80 || echo fail done 2>&1 | grep -v succeed running on 4.9-RELEASE-p17 for an hour shows nothing. I'll try the same test on fresh RELENG_4 but it takes time to build it, my test box is very slow. -- Maxim Konovalov