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

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to