From owner-freebsd-questions@FreeBSD.ORG Sun Mar 9 16:46:50 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 874A91065686 for ; Sun, 9 Mar 2008 16:46:50 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 51EEB8FC28 for ; Sun, 9 Mar 2008 16:46:50 +0000 (UTC) (envelope-from ervin23@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so1413409wfa.7 for ; Sun, 09 Mar 2008 09:46:49 -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=WUn9eGh9nsXGFRC8ajdsPCEri+v3lxqrjgOErZP0aYA=; b=OIeTzWQONvqs7vm/L5Gm7Yo8uAfMhQnCqURtLUXODdsPvVnQboJv4EXMRdqp4ZcI1R6OWfSF9e+uOaRQ+Xp+fT7ssSP1vDIEFfi7qh0NQOvY/Os3p/xYXpUQBO3geecHlst4Zu/kHdMakT78bORgeu0Kv/2eYjJl0VnToMzNI8A= 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=BGI4jfRhiG48NGpD9zxgcutgUb3csKfdGplD1OLRVbGFQhr5+LyqTBCHKwecxuY0LkPotyJFo69zRmrv5pADkgzNeYWWRZ1gcag1m8SMoxdP1dE6XFBCEtty5UWbqMpOJcMIV+MsDpth7ZO9VSMJdr9Ms+ctwqB8tYIVDbDI1Og= Received: by 10.142.188.4 with SMTP id l4mr1391804wff.183.1205081176927; Sun, 09 Mar 2008 09:46:16 -0700 (PDT) Received: by 10.142.11.10 with HTTP; Sun, 9 Mar 2008 09:46:16 -0700 (PDT) Message-ID: Date: Sun, 9 Mar 2008 17:46:16 +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 16:46:50 -0000 solved change the "limit src-addr x" to a reasonable higher value (for me a 2 to 4 modification made the difference) On 09/03/2008, ervin wrote: > 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 > > >