From owner-freebsd-net@FreeBSD.ORG Wed Jul 30 02:58:06 2003 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 7325637B401 for ; Wed, 30 Jul 2003 02:58:06 -0700 (PDT) Received: from exchange.wan.no (exchange.wan.no [80.86.128.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F60C43F85 for ; Wed, 30 Jul 2003 02:58:05 -0700 (PDT) (envelope-from sten.daniel.sorsdal@wan.no) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Wed, 30 Jul 2003 11:56:21 +0200 Message-ID: <0AF1BBDF1218F14E9B4CCE414744E70F07DEFA@exchange.wanglobal.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NAT and PPTP Thread-Index: AcNWZqhI49ihH3BYQk+t5PDrAykTagAGb6xg From: =?iso-8859-1?Q?Sten_Daniel_S=F8rsdal?= To: "Christophe Prevotaux" , "Brett Glass" cc: net@freebsd.org Subject: RE: NAT and PPTP 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: Wed, 30 Jul 2003 09:58:06 -0000 > My own purpose for using this is securing a bit more=20 > 802.11(whatever) in a > large WISP setup. One of my question is how many pptp or=20 > pppoe sessions=20 > can be handled by one FreeBSD box knowing each pptp or pppoe=20 > sessions have > to be shaped traffic wise symetrically or asymetrically.=20 depends on the box, the shaping is very efficient and is in kernel. so it's primarily the pptp and pppoe sessions that will demand = resources. it's almost impossible to answer. if i said at least 30 on a celery 1ghz, you might/might not be happy = with that. im sure you could run twice that on the same hardware (given it's = good hardware and is not the cheapest sh*t you could find). > So having the ability to shape inbound bandwidth and outbound=20 > bandwidth directly > inside the pptpd and pppoe thru radius and directly (for some=20 > cases) thru ppp.conf > would be really nice (it would require having a special=20 > dictionary for radius (I think)) > I don't know if this is achievable without too much hassle in=20 > the current PPP (PPPOE) > code and if it is at all possible in a PPTP environment? >=20 i use a shell script called from ppp.linkup/ppp.linkdown under the = appropriate label (radius supplies label as "Filter-Id"). Need it be simpler? - Sten