From owner-freebsd-isp@FreeBSD.ORG Wed Sep 1 12:50:48 2004 Return-Path: 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 6FE1E16A4CF for ; Wed, 1 Sep 2004 12:50:48 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5E743D2F for ; Wed, 1 Sep 2004 12:50:48 +0000 (GMT) (envelope-from shellguard@gmail.com) Received: by mproxy.gmail.com with SMTP id u33so86377cwc for ; Wed, 01 Sep 2004 05:50:44 -0700 (PDT) Received: by 10.11.122.44 with SMTP id u44mr35767cwc; Wed, 01 Sep 2004 05:50:44 -0700 (PDT) Received: by 10.11.122.50 with HTTP; Wed, 1 Sep 2004 05:50:44 -0700 (PDT) Message-ID: <6a9efe2604090105507082062a@mail.gmail.com> Date: Wed, 1 Sep 2004 15:50:44 +0300 From: Andrey Popovich To: Dmitriy Milashenko In-Reply-To: <425194124.20040901123951@uaic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <425194124.20040901123951@uaic.net> cc: freebsd-isp@freebsd.org Subject: Re: ppp radius callback Calling-Station-Id X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Popovich List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 12:50:48 -0000 No, as I remember, you can't tell ppp to do that. If you google to pppd cbcp, you'll find pppd with set of callback patches that can send this attributes to radius. And some other attributes, useful to radius accounting. On Wed, 1 Sep 2004 12:39:51 +0300, Dmitriy Milashenko wrote: > Hi, freebsd-isp. >=20 > I'd like to create callback server, using ppp, mgetty, > FreeRadius on my FreeBSD 4.10-RELEASE-p2 PC. > Callback users can specify phone numbers to call them back. > And I'd like to have this numbers in accounting records, > but ppp does not send Called-Station-Id and Calling-Station-Id > in accounting packets. >=20 > So here is the question: > is it possible to tell ppp to send this attributes to radius? > and how to do this? >=20 > -- > =D0=A1 =D1=83=D0=B2=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC, > Dmitriy mailto:milashenko@uaic.net >=20 > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >=20 --=20 With best regards, Andrey Popovich.