From owner-freebsd-net@FreeBSD.ORG Tue Oct 26 16:26:50 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE7E16A4CE for ; Tue, 26 Oct 2004 16:26:50 +0000 (GMT) Received: from mail.otel.net (gw3.OTEL.net [212.36.8.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC0243D55 for ; Tue, 26 Oct 2004 16:26:49 +0000 (GMT) (envelope-from tbyte@OTEL.net) Received: from dragon.otel.net ([212.36.8.135]) by mail.otel.net with esmtp (Exim 4.30; FreeBSD) id 1CMU9m-000EBe-Vl; Tue, 26 Oct 2004 19:26:46 +0300 Message-ID: <417E7A91.9080402@OTEL.net> Date: Tue, 26 Oct 2004 19:25:53 +0300 From: Iasen Kostov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040728 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Malachowski References: <20041026153108.GA91134@shellma.zin.lublin.pl> In-Reply-To: <20041026153108.GA91134@shellma.zin.lublin.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org Subject: Re: PPTP/PPPoE mpd/poptop performance X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 16:26:51 -0000 Pawel Malachowski wrote: >Hello, > >I would like to ask people using mpd about performance on particular hardware >setups. I am interested in the numbers of sessions (probably PPTP with weak >encryption) and total bandwith, that can be achieved with, e.g.: >. 300MHz CPU, >. 1GHz CPU, >. 2GHz CPU. >Won't PPPoE behave better than PPTP? (My goals are authentication and >performace.) >I guess poptop will be much slower and is not a good solution for bigger >setup (since it works entirely in userland)? >I'm talking about small ISP environment, about 100-200 simultaneous >connections over LAN, about 5-10Mbit/s total bandwith. > > >TIA, > > I'm using poptop + pppoed (both with ppp) with upstream of 100MBit/sec but shapped users (max 2MBit/sec). This all on 2.6 - 3GHz machines and 1GB of RAM each (4.9 and 5.3 machines) . Every of these can handle about 370 users(depending on the max speed of users connected to it). mpd is not good for me becouse it can't (as far as I know) create bundles on the fly - You should have them all in the config files... I think that mpd should be faster choice becouse bigger part of his job is done in the kernel via NG framework. And yes PPPoE (after some test) is faster than PPTP (no encryption at all).