From owner-freebsd-questions@FreeBSD.ORG Mon May 31 08:30:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C7E016A4CF for ; Mon, 31 May 2004 08:30:27 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C4743D58 for ; Mon, 31 May 2004 08:30:26 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus (cactus [157.92.49.108]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id i4VFUOv1089841; Mon, 31 May 2004 12:30:24 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 31 May 2004 12:30:24 -0300 (ART) From: Fernando Gleiser To: hugle In-Reply-To: <1025899241.20040531165223@vkt.lt> Message-ID: <20040531121948.T84772-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -104.901 () BAYES_00,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.42 cc: freebsd-questions@freebsd.org Subject: Re: routing for 1000 users and 10Mbit internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 15:30:27 -0000 On Mon, 31 May 2004, hugle wrote: > The question in what machine do i need? > What CPU and how much of ram ? I set up a firewall for more than 300 users, a DMZ with a public webserver, webmail and MX on a PII-350MHz with 128 MB RAM. On another client, I set up a firewall for 50 users with a Pentium 90MHz with 64MB RAM. > dual or single processor ? One. Don't waste you money. A firewall isn't very CPU intensive. And given the fact that ipf works at the IP stack level, I don't think you can have more than one thread active at a time messing with the IP data structures. Fer