This is a discussion on Re: accounting EAP within the FreeRADIUS Users forums, part of the Networking and Network Related category; This is a multi-part message in MIME format. --------------080505040707070107070709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------080505040707070107070709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Accounting should be enabled first on AP ! here is an example on Cisco Aironet 1100 : .... aaa new-model aaa group server radius rad_eap server 192.168.1.11 auth-port 1812 acct-port 1813 .... then, check on your radius server at radiusd.conf : .... prefix =3D /usr/local/freeradius localstatedir =3D ${prefix}/var logdir =3D ${localstatedir}/log/radius radacctdir =3D ${logdir}/radacct .... there, you should see your logs for each NAS ! in my case : /usr/local/freeradius/var/log/radius/radacct/ :) below, an extract from my accounting log : .... Thu Mar 31 15:06:55 2005 Acct-Session-Id =3D "00000149" Called-Station-Id =3D "00-0E-84-40-B4-AA" Calling-Station-Id =3D "00-0D-54-AA-A4-1C" Cisco-AVPair =3D "ssid=3DAP-EAP" Cisco-AVPair =3D "nas-location=3Dunspecified" Cisco-AVPair =3D "vlan-id=3D20" Cisco-AVPair =3D "auth-algo-type=3Deap-ttls" Acct-Authentic =3D RADIUS Cisco-AVPair =3D "connect-progress=3DCall Up" .... Hope that's help you... Jacques VUVANT a =E9crit : >Hi all > >some can tell me how to active accounting on freeradius for EAP=20 > >Thanks > >jacques > > >-=20 >List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user= s.html > > =20 > --------------080505040707070107070709 Content-Type: text/x-vcard; charset=utf-8; name="david.roumanet.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="david.roumanet.vcf" begin:vcard fn:David ROUMANET n:ROUMANET;David org:CICG adr;quoted-printable;quoted-printable;dom:;;351 avenue de la Biblioth=C3=A8que;Saint-Martin d'H=C3=A8res;;38 email;internet:david.roumanet@grenet.fr title;quoted-printable:Ing=C3=A9nieur R=C3=A9seau tel;work:+33 (0)4 76 51 46 08 x-mozilla-html:TRUE url:http://www.grenet.fr version:2.1 end:vcard --------------080505040707070107070709-- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |