From owner-freebsd-isp Tue Feb 17 13:22:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23874 for freebsd-isp-outgoing; Tue, 17 Feb 1998 13:22:44 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23818; Tue, 17 Feb 1998 13:22:29 -0800 (PST) (envelope-from danny@panda.hilink.com.au) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id IAA04216; Wed, 18 Feb 1998 08:21:08 +1100 (EST) Date: Wed, 18 Feb 1998 08:21:08 +1100 (EST) From: "Daniel O'Callaghan" To: John Kelly cc: Doug White , freebsd-isp@FreeBSD.ORG, freebsd-questions Subject: Re: FreeBSD as router, terminal server In-Reply-To: <34e98ccb.899122@mail.cetlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 17 Feb 1998, John Kelly wrote: > On Mon, 16 Feb 1998 23:13:55 -0800 (PST), Doug White > wrote: > > >On Mon, 16 Feb 1998, Gary Dunn wrote: > > > >> I am developing alternatives for an ISP start-up. A typical ISP involves > >> a unix server, a router, and a terminal server. It seems to me that a > >> reasonably fast Pentium should be able to perform the routing and > >> terminal service, at least in the early stages of growth. > >> > >> Am I over-estimating performance? > > > >You'll outgrow that pretty quickly, servicing serial ports can eat CPU > >significantly. > > Anybody have experience with Comrtol Rocketport multiport serial > adapters and how many ports they can run on one box? Comtrol is interruptless, so you should be able to put 64 or 128 in a box. However, there is a big difference between using kernel pppd and userland ppp. The latter eats CPU, the former is much better because of the fewer context switches. I have 30 pppd lines on a 486-100, and it is happy. I use cyclades and AST/4 port cards. Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message