From owner-freebsd-isp@FreeBSD.ORG Mon Apr 17 10:33:07 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBBC16A402 for ; Mon, 17 Apr 2006 10:33:07 +0000 (UTC) (envelope-from fooler@skyinet.net) Received: from smtp1.skyinet.net (smtp1.skyinet.net [202.78.97.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B88F43D5D for ; Mon, 17 Apr 2006 10:33:06 +0000 (GMT) (envelope-from fooler@skyinet.net) Received: from fooler (fooler.ilo.skyinet.net [202.78.118.66]) by smtp1.skyinet.net (Postfix) with SMTP id 15CA1582C3; Mon, 17 Apr 2006 18:33:03 +0800 (PHT) Message-ID: <023401c6620a$4a55a680$42764eca@ilo.skyinet.net> From: "fooler" To: "Farhad" References: <20060416060011.89BFC43D48@mx1.FreeBSD.org> Date: Mon, 17 Apr 2006 18:32:55 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Cc: freebsd-isp@freebsd.org Subject: Re: PPPoE X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 10:33:07 -0000 ----- Original Message ----- From: "Farhad" To: "'Farhad'" Cc: Sent: Sunday, April 16, 2006 2:00 PM Subject: RE: PPPoE > -----Original Message----- > From: Farhad [mailto:farhad.i@caspel.com] > Sent: Sunday, April 16, 2006 12:53 AM > To: 'Alen Sarkinovic' > Subject: RE: PPPoE > > I have same processor type processor and ram and Freebsd 5.4 > I have simultaneous connections about 150 then when I press command ps aux > I > see 10 session of > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 > /usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p "*" em0 -c paramater? maybe you had a patched pppoed... > And then this sessions are killed you will see lots of pppoed processes if there are lots of incoming PADI pppoe frames.... > What kind of billing system did you use ? user ppp supports radius for authentication, authorization and accounting... one problem with user ppp regarding to its radius accounting... it will just send only one accounting packet regardless the link going to radius server is down or not and then exit ppp process... fooler.