Re: accounting question

2013-01-22 Thread Phil Mayers
On 01/21/2013 06:47 AM, Tzvika Gelber wrote: i'm looking to focus a problem i have - i think the main issue is not freeradius but it's a good place to ask. I have a server that's do both Radius and accounting for Wifi random users (web redirected system). now i just discovered that to

RE: accounting question

2010-01-25 Thread Tim Sylvester
Write the accounting information to a MySQL database. Then query the radacct table for the accounting information. Tim From: freeradius-users-bounces+tim.sylvester=networkradius@lists.freeradius.or g [mailto:freeradius-users-bounces+tim.sylvester=networkradius@lists.freer

RE: accounting question

2010-01-25 Thread Tim Sylvester
You can configure FreeRADIUS to store all of the accounting information in one file in the same directory. Look at the etc/raddb/modules/detail file for instructions on how to change where accounting information is logged. The default detail file name is:detailfile =

Re: accounting question

2010-01-25 Thread Alan DeKok
Marlon Duksa wrote: The acct-session-id and framed-ip-addrss will be the same (and this is what I use to identify the entity for which I collect acct info). Is there any way that this new records will be written to the same file as before the failover so that I can correlate the records?

Re: Accounting question

2009-12-17 Thread Arran Cudbard-Bell
; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Forgive my newbieness but where would I put that code? I tried adding it to the sites-available/default file under accounting but I am guessing that's not right. That'll stop any potential problems arising

Re: Accounting question

2009-12-16 Thread Alan DeKok
David Peterson wrote: What I am not understanding at this point is how the authentication works with the username hashed or using hex stuff but the accounting doesn't. You can see on this debug that the username looks the same when its authenticated as it does when it's used for accounting

RE: Accounting question

2009-12-16 Thread David Peterson
Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Forgive my newbieness but where would I put that code? I tried adding it to the sites-available/default file under accounting but I am guessing that's not right. That'll stop

Re: Accounting question

2009-12-16 Thread Alan DeKok
David Peterson wrote: However the NAS is overrriding the username and replying with: ... Buy a NAS that works. Any other thoughts? Follow the other suggestions that would solve the problem. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Accounting question

2009-12-15 Thread Alan DeKok
David Peterson wrote: Radius is storing the accounting information using the EAP hashed username. What's an EAP hashed username ? Is there a way to change it to store the clear text username with the accounting info? Sure. Send a User-Name attribute in the Access-Accept, and the NAS

RE: Accounting question

2009-12-15 Thread David Peterson
DeKok [mailto:al...@deployingradius.com] Sent: Tuesday, December 15, 2009 9:13 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Radius is storing the accounting information using the EAP hashed username. What's

RE: Accounting question

2009-12-15 Thread David Peterson
: Tuesday, December 15, 2009 9:13 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Radius is storing the accounting information using the EAP hashed username. What's an EAP hashed username ? Is there a way to change

Re: Accounting question

2009-12-15 Thread Alan Buxey
hi, those look like chargeable user identities - do you have CUI operational on your config? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Accounting question

2009-12-15 Thread Alan DeKok
David Peterson wrote: From what I can determine, the username is encrypted even though the authentication is done in clear text during the EAP authentication. It's not encrypted. My guess is that you are using WiMAX. As always, run the server in debugging mode to see what's going on.

RE: Accounting question

2009-12-15 Thread David Peterson
Subject: Re: Accounting question David Peterson wrote: From what I can determine, the username is encrypted even though the authentication is done in clear text during the EAP authentication. It's not encrypted. My guess is that you are using WiMAX. As always, run the server in debugging mode

Re: Accounting question

2009-12-15 Thread Alan DeKok
David Peterson wrote: WiMax it is... If anyone has any experience with Alvarion WiMax please feel free to chime in. Uhh... it would be good for them to follow the specs. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Accounting question

2009-12-15 Thread David Peterson
: Accounting question David Peterson wrote: From what I can determine, the username is encrypted even though the authentication is done in clear text during the EAP authentication. It's not encrypted. My guess is that you are using WiMAX. As always, run the server in debugging mode to see

Re: Accounting question

2009-12-15 Thread Arran Cudbard-Bell
list Subject: Re: Accounting question David Peterson wrote: From what I can determine, the username is encrypted even though the authentication is done in clear text during the EAP authentication. It's not encrypted. My guess is that you are using WiMAX. As always, run the server

RE: Accounting question

2009-12-15 Thread David Peterson
:56 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Here is the accounting packet information I am getting: rad_recv: Accounting-Request packet from host 172.16.4.2 port 1813, id=5, length=239 Acct-Status

RE: Accounting question

2009-12-15 Thread David Peterson
-Original Message- From: Arran Cudbard-Bell [mailto:a.cudbard-b...@sussex.ac.uk] Sent: Tuesday, December 15, 2009 10:56 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Here is the accounting packet

Re: Accounting question

2009-12-15 Thread Josip Rodin
On Tue, Dec 15, 2009 at 01:10:20PM -0500, David Peterson wrote: What I am not understanding at this point is how the authentication works with the username hashed or using hex stuff but the accounting doesn't. You can see on this debug that the username looks the same when its authenticated

Re: Accounting question

2009-12-15 Thread Arran Cudbard-Bell
-Original Message- From: Arran Cudbard-Bell [mailto:a.cudbard-b...@sussex.ac.uk] Sent: Tuesday, December 15, 2009 10:56 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Accounting question David Peterson wrote: Here is the accounting packet information I am

Re: Accounting question

2007-04-09 Thread Alan DeKok
Ian Truelsen wrote: When I connect to my AP, authenticated by freeradius using EAP-TLS, I get an entry into radpostauth, entries in /var/log/radius/radacct/192.168.3.115/detail-auth and detail-reply files, but I am not getting any entries into radacct. I don't know whether this is because the

Re: Accounting question

2007-04-09 Thread Ethan Dicks
On 4/9/07, Alan DeKok [EMAIL PROTECTED] wrote: Ian Truelsen wrote: When I connect to my AP, authenticated by freeradius using EAP-TLS, I get an entry into radpostauth, entries in /var/log/radius/radacct/192.168.3.115/detail-auth and detail-reply files, but I am not getting any entries

Re: accounting question

2005-11-11 Thread Alan DeKok
Chuck [EMAIL PROTECTED] wrote: would it also do the same thing if I removed the simultaneous-use=1 check statement from the user group? No. That's enforcement, not accounting. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: accounting question

2005-11-10 Thread Alan DeKok
Chuck [EMAIL PROTECTED] wrote: If I turn accounting off, is there a way we can still pass accounting through to our remote realms, or is it a global on/off switch that affects everyone? Yes. You can delete the detail and sql entries from accounting, and it won't log accounting to the local

Re: accounting question

2005-11-10 Thread Chuck
On Thursday 10 November 2005 05:44 pm, Alan DeKok wrote: would it also do the same thing if I removed the simultaneous-use=1 check statement from the user group? until i can figure this out that would be my easiest thing still allowing writing to accounting for other purposes. Chuck [EMAIL

Re: Accounting question

2005-06-15 Thread Martin Pauly
Hello, I think my question ist quite related to yours although we do EAP-TTLS, i.e. PAP inside the tunnel. I have a question regarding the way accounting is done. I configured freeradius 1.0.1 with openssl and mysql support on a Fedora Core 3 system. I'm using it with PEAP and TLS for

Re: Accounting question

2005-06-15 Thread Alan DeKok
Joseph Abadi [EMAIL PROTECTED] wrote: The authentication works fine, but the accounting packets are always missing the username and the IPs of client and NAS seem to be interchanged. See the FAQ. The server logs what the NAS sends it. If the NAS sends the wrong thing, the server logs it.

RE: accounting question

2005-05-03 Thread Jamal Taweel
I think radwho can accomplish this request -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 9:38 AM To: freeradius-users@lists.freeradius.org Subject: accounting question Hi, I have a question about radius,

Re: Accounting question

2004-07-06 Thread Alan DeKok
Bartosz Jozwiak [EMAIL PROTECTED] wrote: I have successfully installed radius. It is working very nice. Great job. Thank you. I have following question. I would like to do accounting. So every dial-up user will be able to go on line only for 60 minutes. Then when he uses his limit he

Re: Accounting question

2004-07-06 Thread Bartosz Jozwiak
Do I need to recompile freeradius with: ./configure --with-experimental-modules To make use of rlm_sqlcounter ? I have the 1.0.0-pre3 version. Bartosz Bartosz Jozwiak [EMAIL PROTECTED] wrote: I have successfully installed radius. It is working very nice. Great job. Thank you. I have

Re: Accounting question for EAP-TTLS for Pre 2

2004-06-15 Thread Alan DeKok
Michael Ding [EMAIL PROTECTED] wrote: I have been play with FreeRadius for a few weeks in the following enviroment: Funk Software Odyssey Client + Belken wireless router + FreeRadius 1.0.0 Pre2. Finally, I get the system working last night, but I found out a problem with accounting file. I

Re: Accounting question for EAP-TTLS for Pre 2

2004-06-15 Thread Gary McKinney
A followup for all... I have been looking for an inexpensive WAP (Wireless Access Point) or WRT (Wireless Router) that sends the Radius Accounting information to the Radius Server - to date I have NOT found any of the inexpensive WAP or WRT devices which send the accounting information to the

Re: Accounting question for EAP-TTLS for Pre 2

2004-06-15 Thread Paul Bender
How much is inexpensive? At home, I use a D-Link DWL 7000AP (an a/b/g access point with 802.1x and WPA) that generated RADIUS accounting information. Gary McKinney wrote: A followup for all... I have been looking for an inexpensive WAP (Wireless Access Point) or WRT (Wireless Router) that sends

Re: accounting question

2004-03-23 Thread Marc Werner
an idea: turn log_auth_badpass = on and write a shellscript which read out the logfile and delete the user who tried to login with a bad pazzword. i wrote a similar script to delete users by expiring date, using sed. ciao marc werner Am Dienstag, 23. März 2004 08:47 schrieb Tim Bots: As I am

RE: accounting question

2004-03-23 Thread Tim Bots
- Van: Marc Werner [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, March 23, 2004 9:22 Aan: [EMAIL PROTECTED] Onderwerp: Re: accounting question an idea: turn log_auth_badpass = on and write a shellscript which read out the logfile and delete the user who tried to login with a bad pazzword. i wrote

Re: accounting question

2004-03-22 Thread Guy Fraser
Please Note: Radius does NOT disconnect users, only the NAS can disconnect the user. You will need to figure out how to send a command to your NAS to disconnect the user, and run that program in order to trigger a user disconnect. Graeme Hinchliffe wrote: On Tue, 16 Mar 2004 16:17:03 +0100