Re: WiFi Mac address authentication

2006-04-12 Thread brainstorm
Solved the problem a couple of weeks ago... the error was actually in eap.conf, the following two attributes were required when the MAC check was active: peap: copy_request_to_tunnel = no peap: use_tunneled_reply = no I set them both to yes and it worked ! Thanks for your support. Hmm. I

Re: WiFi Mac address authentication

2006-03-23 Thread brainstorm
Also tried with Accept } (...) authorize { preprocess MAC-IP { notfound = reject } files eap } authenticate { Auth-Type MS-CHAP { mschap } eap } On 3/13/06, Phil Mayers [EMAIL PROTECTED] wrote: brainstorm wrote: I'm trying

Re: Howto reload raddb/users file?

2006-03-14 Thread brainstorm
It's documented on freeradius.org FAQ: Quick answer: SIGHUP Longer answer: http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_get_radius_to_pick_up_changes_in_the_raddb.2Fusers_file.3F Cheers, Roman On 3/14/06, Chris Leavoy [EMAIL PROTECTED] wrote: How do I reload raddb/users

Re: WiFi Mac address authentication

2006-03-13 Thread brainstorm
Please read the docs. This comments right above the passwd module in the default config are VERY SPECIFIC. The format is: format = *Key-Value:~Request-Value:=Reply-Value:Configure-Value That is, the radius attribute Key-Value is the first field. Request-Value (prefix ~) will be added to

Re: WiFi Mac address authentication

2006-03-12 Thread brainstorm
I'm trying to implement a similar scenario: I am using PEAP, and I want to check if a given mac is in my database. In my case, the MACs file looks like this: 0030.0996.CF52:192.168.12.1 I would like to match the first field (MAC) with the NAS Calling-Station-Id attribute, if this check fails, I