Where do I add the config stuff to route requests based on attributesin a request?

tnt at kalik.net tnt at kalik.net
Tue Sep 30 16:22:52 CEST 2008


Have a look at regexp operators:

http://wiki.freeradius.org/Operators

You can use unlang or users file. You just need to configure the one you
want to proxy.

Ivan Kalik
Kalik Informatika ISP


Dana 30/9/2008, "Peter Eriksson" <peter at ifm.liu.se> piše:

>Setup:
>
>WLAN Access Points providing multiple SSIDs for access to
>different VLANs.
>
>They talk to RADIUS server that should forward the requests to
>different other RADIUS servers based on which WLAN the clients
>are connecting to.
>
>SSID 'eduroam' should forward requests to the EDUROAM RADIUS server.
>SSID 'IFM' should forward requests to our internal RADIUS server.
>
>I'd see that in the incoming RADIUS request from the access points there
>is a Called-Station-Id that I'd like to use for this purpose.
>
>Now the question is - what do I write and in which config files
>to use this?
>
>The attribute typically looks like this:
>
>Called-Station-Id = "00-17-9A-D3-9A-BA:IFM"
>
>or
>
>Called-Station-Id = "00-17-9A-D1-67-CE:eduroam"
>
>(Access Points ethernet address, colon, and then the SSID).
>
>- Peter
>-
>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
>




More information about the Freeradius-Users mailing list