Mode debug

2013-03-28 Thread Billot
Hi, When debugging freeradius config, we use radiusd -X which can offer a lot of useful datas like rad_recv: Access-Request packet from host 172.21.175.132 port 32769, id=166, length=332 User-Name = nag...@ac-orleans-tours.fr NAS-IP-Address = 172.21.175.132 NAS-Identifier = hello NAS-Port

Re: Mode debug

2013-03-28 Thread Olivier Beytrison
On 28.03.2013 09:27, Billot wrote: How can we have such detail logs in running mode ? you can enable debugging while the server is running with radmin (you need to enable the control-socket virtual server) radmin debug level 4 radmin debug file my-radius-debug.log the file will be in your

Re : Re: Mode debug

2013-03-28 Thread Billot
Ok thanks but is it possible to have it permanently with a config item like  raddbdir = ${sysconfdir}/raddb radacctdir = ${logdir}/radacct debug_level = 4 ? Le 28/03/13, Olivier Beytrison oliv...@heliosnet.org a écrit : On 28.03.2013 09:27, Billot wrote: How can we have such detail logs in

Re: Re : Re: Mode debug

2013-03-28 Thread Olivier Beytrison
On 28.03.2013 10:31, Billot wrote: Ok thanks but is it possible to have it permanently with a config item like raddbdir = ${sysconfdir}/raddb radacctdir = ${logdir}/radacct debug_level = 4 edit your startup script and add -xl /path/to/my/debugfile add more x for more debugging Be aware

compile error

2013-03-28 Thread Igor Smitran
I am not able to compile from git. It ends with error: version.c:71: warning: no previous prototype for 'ssl_version_check' version.c: In function 'ssl_version': version.c:78: error: expected ';' before '}' token gmake[4]: *** [version.lo] Error 1 gmake[4]: Leaving directory

Re: compile error

2013-03-28 Thread Olivier Beytrison
On 28.03.2013 10:48, Igor Smitran wrote: I am not able to compile from git. It ends with error: version.c:71: warning: no previous prototype for 'ssl_version_check' version.c: In function 'ssl_version': version.c:78: error: expected ';' before '}' token gmake[4]: *** [version.lo] Error 1

Re : Re: Re : Re: Mode debug

2013-03-28 Thread Billot
When using raddebug or -x option in startup, i can't see logs like User-Name = nag...@ac-orleans-tours.fr NAS-IP-Address = 172.21.175.132 NAS-Identifier = hello NAS-Port = 0 Called-Station-Id = 2C-B0-5D-A4-52-00:WIFI-ACAD Calling-Station-Id = 8C-77-12-53-62-0E Framed-MTU = 1400

Re: compile error

2013-03-28 Thread Igor Smitran
On 03/28/2013 10:57 AM, Olivier Beytrison wrote: Btw, are you aware that your are compiling freeradius without ssl support ? this mean no eap, no tls, ect ? You should first install the openssl development files before compiling freeradius Olivier Yes, i know. This freeradius will only serve

Re: Re : Re: Re : Re: Mode debug

2013-03-28 Thread A . L . M . Buxey
hi, just use the other logfiles (detail.log module), do your own line-log or fire off eg a PERL script to save all the details to a file. you REALLY dont want to run in 'X' mode - its single threaded so your performance goes through the floorand its printing out all that stuff to output

Re : Re: Re : Re: Re : Re: Mode debug

2013-03-28 Thread Billot
OK thanks a lot for those advices. Le 28/03/13, a.l.m.bu...@lboro.ac.uk a écrit : hi, just use the other logfiles (detail.log module), do your own line-log or fire off eg a PERL script to save all the details to a file. you REALLY dont want to run in 'X' mode - its single threaded so

rlm_detail alternatives?

2013-03-28 Thread Konstantin Chekushin
Hi! Does freeradius have some rlm_detail alternatives? We need wont to save information about packets to the syslog, but rlm_details doesn't have this possibility, as I understand. Thanks! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_detail alternatives?

2013-03-28 Thread Alan DeKok
Konstantin Chekushin wrote: Hi! Does freeradius have some rlm_detail alternatives? We need wont to save information about packets to the syslog, but rlm_details doesn't have this possibility, as I understand. What does that mean? If you want to log using syslog, see rlm_linelog. If you

New/updated dictionary files for Meru and Trapeze

2013-03-28 Thread John Carter
Hi, Please find attached a brand-new Meru dictionary file and an updated Trapeze dictionary file (updated based on 2.2.0). Do you want diffs? Regards, John. dictionary.trapeze Description: Binary data dictionary.meru Description: Binary data - List

Re: New/updated dictionary files for Meru and Trapeze

2013-03-28 Thread Arran Cudbard-Bell
On 28 Mar 2013, at 10:35, John Carter jcar...@identitynetworks.com wrote: Hi, Please find attached a brand-new Meru dictionary file and an updated Trapeze dictionary file (updated based on 2.2.0). Do you want diffs? No... a pull request on GitHub would be nice though :) -Arran -

RE: New/updated dictionary files for Meru and Trapeze

2013-03-28 Thread John Carter
Sorry, never used Git. Is it essential? -Original Message- From: freeradius-users-bounces+jcarter=identitynetworks@lists.freeradius.org [mailto:freeradius-users-bounces+jcarter=identitynetworks.com@lists.freeradi us.org] On Behalf Of Arran Cudbard-Bell Sent: 28 March 2013 14:42 To:

Re: New/updated dictionary files for Meru and Trapeze

2013-03-28 Thread Arran Cudbard-Bell
On 28 Mar 2013, at 10:45, John Carter jcar...@identitynetworks.com wrote: Sorry, never used Git. Is it essential? No. It's just easier for us if you submit patches via GitHub. That said the patch is small so it's not that much of an issue. Merged into Master and v2.x.x so the changes will

Trying to do proxy using realm and 2 VS

2013-03-28 Thread Vincent, Fabien
Hi all, I'm currently working on a fresh FreeRadius 2.x install, in order to separate Radius auth for Administrators (Firewall, Routeurs Switchs administration) and Customers access (VPN SSL / IPSec). My first try was to rewrite all the config into virtual servers (previously, all was