[SOLVED!!!] [Chilli] CoovaChilli FreeRADIUS Setup With UAM Reply Messages [SOLVED!!!] 

Thank you very much guys, with your help, problem solved!!

Alan Dekok told me that NAS should send those messages to UAM & Xabier explained from chilli list, how to achieve the goal. It is already working while writing !!!!

Dear Jed, Thanks for your code as well, it helped me to learn few new ideas. you have been helpful to me many times. 

Great Thanks to Community 

Regards


On Thu, Feb 13, 2014 at 1:09 PM, Xabier Oneca -- xOneca <xoneca@gmail.com> wrote:
Hello Mike,


2014-02-12 10:41 GMT+01:00 Russell Mike <radius.sir@gmail.com>:
> Hi Chilli List Greetings
>
> Thanks for all kind of assistance in past from community. i learnt that is
> is not RADIUS, rather NAS should forward the message to UAM.

Yes, you are correct. It's CoovaChilli who "sends" that data to the
UAM through user redirection.

> How can i configure NAS (CC) to pass on messages to UAM ?

It should already be passing that information to the UAM. Check the
'res' and 'reason' URL parameters.

>From `redir_reply()` function: statuses of the redirection (res=):

 * already (Already logged in)
 * failed (This can also set the parameter reason=)
 * reject (Login rejected by RADIUS)
 * timeout
 * mtu
 * other
 * success
 * logoff

Cheers,

Xabier Oneca_,,_

> Thanks / Regards
>
>
> On Tue, Feb 11, 2014 at 10:58 AM, Russell Mike <radius.sir@gmail.com> wrote:
>>
>> Dear List Greetings
>>
>> Setup Example:
>> i have CoovaChilli / FreeRADIUS setup with UAM (Universal Access Manager)
>> server. Basically means it is different web server than NAS it self (NAS =
>> CoovaChilli). UAM serve the login page for hotspot users. Saying other way,
>> separate web server for content management system (serving login page base
>> on geographical location, distance, vlan numbers etc. etc..)
>>
>> When any of following condition becomes true
>>
>> 1.) User has fill the wrong password
>> 2.) User calling outside of time slot
>> 3.) User already downloaded the quota specified
>>
>> FreeRADIUS reject the access, which is obvious. Fine !!!!
>>
>> Question:
>> how can i configure FreeRADIUS to send the reply messages (Your
>> username/password is wrong) to UAM server rather than NAS ? i am very sure
>> there would be a way to do it and i am not coming across using google search
>> over a week.
>>
>> Thanks / Regards
>> RM --