From owner-freebsd-questions@FreeBSD.ORG Sun Mar 9 13:57:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 111811065670 for ; Sun, 9 Mar 2008 13:57:05 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id D279F8FC25 for ; Sun, 9 Mar 2008 13:57:04 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so1359177wfa.7 for ; Sun, 09 Mar 2008 06:57:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=orlAZMW4GZl8fEnZ1kHe3toVGTLtuG0RPKxnGmSmMik=; b=q7RmOksSKEOsjY9Niot+kjzlYHWaJOvfPM628qezLYz1syx41uR24BNGn0sGTR+ScUfoZNeksH5N7hSf9G1kxK+gcjWdvwHeYNJ5XnDieiMDqkwsG9UOk6yKr+pIu4ytQXPzWZMhCwZyhLqYgjrn5O4012Q4vesyQjBvZ27zp28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bw+WwmhUGpmYDNqZJHZKJw7CVR/RfP4WfiXhP9kcq0SH/F64Q3+GqNV2dkTNWuUHfDw5r6qzFNYCe8ywPIWCyQDfT4kB09gtAuSX9b0JUJnEA6TyNdyaolboo9U+jSMtuDK8o4y+pWXQyefoxP6n84nJGmf+czV5N5PpRi/sX+M= Received: by 10.142.177.7 with SMTP id z7mr1358623wfe.238.1205070646035; Sun, 09 Mar 2008 06:50:46 -0700 (PDT) Received: by 10.142.11.10 with HTTP; Sun, 9 Mar 2008 06:50:46 -0700 (PDT) Message-ID: Date: Sun, 9 Mar 2008 14:50:46 +0100 From: ervin To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: IPFW - kernel: drop session / too many entries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 13:57:05 -0000 I'm running FreeBSD FreeWeb.local 6.3-RELEASE-p1 with apache2 php5 mysql5 On 09/03/2008, ervin wrote: > I get this message in the /etc/security file: > > Mar 9 14:24:45 FreeWeb kernel: drop session 80.198.0.217:61236 -> > 192.168.1.99:80, too many entries > > which causes a delay when accessing the web server (one of them is > www.valentin-jensen.org) > > I have the following in my sysctl.conf: > > net.inet.ip.fw.verbose=1 > net.inet.ip.fw.verbose_limit=5 > net.inet.ip.fw.dyn_max=8192 > > Any ideas ? > > > -- > > mvh/best regards ervin >