From owner-freebsd-net@FreeBSD.ORG Fri Apr 19 20:14:45 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 738A11CD; Fri, 19 Apr 2013 20:14:45 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id DB0701C30; Fri, 19 Apr 2013 20:14:44 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id r5so3846508wey.25 for ; Fri, 19 Apr 2013 13:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=W8WvvbG+0LXsgTneIy4KwoIW6z85yuq2Z6t/Pe1e3vg=; b=KVJOpnJVcWnY6fiLfgXVCB+QwSfRl4CWs2Ch8/91gN3pwXAPbFPwibYc5GLrzeNHiB WZmgPdCPgL5zTYxz+dbudTS13yrqZ+v55b6pDyNYtAE4J21a0G7InyW1zFuXfFfpHy9M kfvj9Oo9XaKR+984fZTHZKcAQkQOC98tJ4Bh90gpo3OyHEwc8eXo1EastPxsu8chUWVs le1K6aLFR/mqca+bn0OcE9JGofhN/SSz/dtKwwmBd+BDO8DwFPb9fih2RTXAaHdSfG0h fLg73AzxknrkNm4MW0FDEpZDnm5soIdytrKn/cHJnElUCRTa6sWap2oWUzbNZkJ5r8St VtcQ== MIME-Version: 1.0 X-Received: by 10.194.103.72 with SMTP id fu8mr28565499wjb.42.1366402483366; Fri, 19 Apr 2013 13:14:43 -0700 (PDT) Received: by 10.194.20.227 with HTTP; Fri, 19 Apr 2013 13:14:43 -0700 (PDT) In-Reply-To: <201304191511.14940.jhb@freebsd.org> References: <201304191149.22998.jhb@freebsd.org> <201304191511.14940.jhb@freebsd.org> Date: Fri, 19 Apr 2013 20:14:43 +0000 Message-ID: Subject: Re: Network connections are lost from time to time From: "C. L. Martinez" To: John Baldwin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , Jack Vogel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 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, 19 Apr 2013 20:14:45 -0000 On Friday, April 19, 2013, John Baldwin wrote: > On Friday, April 19, 2013 12:32:18 pm C. L. Martinez wrote: >> On Friday, April 19, 2013, John Baldwin wrote: >> > On Friday, April 19, 2013 3:11:41 am C. L. Martinez wrote: >> >> Hi all, >> >> >> >> I have a strange problem with my FreeBSD 9.1 (fully patched): I loose >> ssh >> >> sessions from time to time frequently. >> >> >> >> This fbsd box is installed in an ESXi 5.1 server and I have another >> three >> >> fbsd 9.1 in the same ESXi host that do not have this problem, but maybe >> the >> >> problem is with my sysctl.conf and loader.conf settings: >> > >> > Which NIC driver are you using? >> > >> > -- >> > John Baldwin >> >> >> e1000. > > igb? There are some fixes to handle out of order packets on transmit that > could break new connections in some cases. That is probably worth testing. I > think you can just grab the sys/dev/e1000 from 9-stable and drop it into a > 9.1 tree to test. > > -- Nop, I am using em driver ... > John Baldwin >