Hallo,

 We are using Orinoco AP600 accesspoint. This AP can do Radius MAC
Access control and EAP/802.1x Auth control.

The question is how have I configure the FreeRadius server to
distinguish between these two options.

I am not able to get it work. I am trying to distinguish these two cases
in according to User-Name, because there is a difference in it (a mac
address in the first case and the defined user name from X.509 cet in
the second one). But I am not successful :(

hints file:
***********

DEFAULT User-Name =~ "^[A-Z]{1}.* [A-Z]{1}.*"
    Auth-Type := EAP,
    Hint := "EAP"

DEFAULT User-Name =~ "^[0-9a-f]{12}$"
    Auth-Type := Local,
    User-Password := "MACADDRESS",
    Hint := "WEP"


users file:
************

DEFAULT Hint == WEP, Auth-Type := Local
    Framed-IP-Address = 255.255.255.255,
    Framed-IP-Netmask = 255.255.255.0,

DEFAULT Hint == EAP, Auth-Type := EAP
    Framed-IP-Address = 255.255.255.255,
    Framed-IP-Netmask = 255.255.255.0,



Doe anybody resolve similar scenario? Thanks in advance. z.p.


-- 
Zdenek Pizl
Systinet Corporation
Vinohradska 190
130 00 Praha 3



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

Reply via email to