From owner-freebsd-pf@FreeBSD.ORG Fri Dec 17 18:40:01 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBCC916A4CE for ; Fri, 17 Dec 2004 18:40:01 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688D043D4C for ; Fri, 17 Dec 2004 18:40:01 +0000 (GMT) (envelope-from jsimola@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so97022wra for ; Fri, 17 Dec 2004 10:40:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=D7DMtXNOvpSBZIL0ePm1ggINeCnZ92lXQe5/65xNS/lHMem12lEh77riTD1rMwU1eWUeyXW3/3v2Ao27/6Rt8D4Vfl0MgbbN9b8Tx0DWbfIM2MtnXPGBlRR4jP4fcI1nMfWVVuk6EWJBGWFDXZ6G7WKljgzZuqDLGltArnt1Gb4= Received: by 10.54.45.7 with SMTP id s7mr471727wrs; Fri, 17 Dec 2004 10:40:00 -0800 (PST) Received: by 10.54.39.49 with HTTP; Fri, 17 Dec 2004 10:40:00 -0800 (PST) Message-ID: <8eea0408041217104076562192@mail.gmail.com> Date: Fri, 17 Dec 2004 10:40:00 -0800 From: Jon Simola To: freebsd-pf@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: problem with table X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jon@abccomm.com List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 18:40:01 -0000 On Fri, 17 Dec 2004 17:58:00 +0100, ChOcO Bn wrote: > i'm using freebsd 5.3 with pf and altq compiled in kernel. > i'm trying to fill a table with a file containing some range of ips ( > according to CIDR norms ) > > choco ~/ip_guardian# cat guarding.ip | wc -l > 46916 > > and when i try to reload my rules, i can't get it work : > > "cannot define table guardian: Cannot allocate memory" > > How could i handle this ? I'd try various amounts to see how many you can load into a table. I suspect 47 thousand is a bit much, perhaps trying multiple smaller tables?