From owner-freebsd-net@FreeBSD.ORG Sat Dec 19 10:15:08 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB51E106566C for ; Sat, 19 Dec 2009 10:15:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 823748FC13 for ; Sat, 19 Dec 2009 10:15:08 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 9F33C41C751; Sat, 19 Dec 2009 11:15:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id OxdTKXWXAYmu; Sat, 19 Dec 2009 11:15:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 4CA9241C75A; Sat, 19 Dec 2009 11:15:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 165714448EC; Sat, 19 Dec 2009 10:11:07 +0000 (UTC) Date: Sat, 19 Dec 2009 10:11:07 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Gabe In-Reply-To: <354781.17776.qm@web83811.mail.sp1.yahoo.com> Message-ID: <20091219100922.F86040@maildrop.int.zabbadoz.net> References: <354781.17776.qm@web83811.mail.sp1.yahoo.com> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org Subject: Re: IPSEC: ipsec4_common_input_cb: queue full; proto 50 packet dropped X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 10:15:09 -0000 On Sat, 19 Dec 2009, Gabe wrote: > Anyone know what causes this? It only happens on one side of the tunnel/gateway and its intermittent. I was also trying to scp a big file (~240MB) from the actual tunnel/gateway that displays this error and it ended with: > > testfile.wmv 100% 249MB 2.0MB/s 02:07 > ./testfile.wmv: Input/output error > > though that could be due to restrictions on the actual switch, I don't know yet. > > Any clues? What you gave in the subject means that the netisr ("kernel software interrupt network dispatch service") returned an error. Why that is I don't know yet. Which version of FreeBSD are you running? Would you be able to test a patch (recompiling the kernel)? /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.