FR virtual server question and EAP configuration

Johan Meiring jmeiring at pcservices.co.za
Fri Jul 16 09:19:15 CEST 2010


On 2010/07/16 12:34 AM, Michal Bruncko wrote:
> Hello list
>
> SSID 1 \
> SSID 2 --- AP <-- Trunk --> Ruter <-----> FreeRadius
> SSID 3 /
>
> My goal is to configure different security for different SSID through
> one freeradius with virtual server feature.
>

This is possible, but with ONE virtual server.

> My first question is, if it's possible to have different FR server
> configuration per SSID on single Access Point?

Yes.  But using ONE virtual server.

> "Called-Station-Id" in Access-Request with form: <radio-mac>:<ssid>.

Why dont you use unlang, e.g.

(This is pseodo code!!!)

if (Called-Station-Id = "SSID1")
{
   pap
   chap
}
if (Called-Station-Id = "SSID2")
{
   pap
   mschap
}

> It is enough? I have looking for any example for this scenario but
> whithout any success.
>

Dont do this.
Do the above.


-- 


Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782




More information about the Freeradius-Users mailing list