Fajar, So far looks good only that users are not authenticating yet. Please see the log i have; Found Auth-Type = Accept Auth-Type = Accept, accepting the user Login OK: [cccl@utmax/<via Auth-Type = Accept>] (from client Wimax port 0 cli 6416f0010cbf) # Executing section post-auth from file /usr/local/etc/raddb/sites-enabled/default +- entering group post-auth {...} [reply_log] expand: /usr/local/var/log/radius/radacct/%{Client-IP-Address}/reply-detail-%Y%m%d -> /usr/local/var/log/radius/radacct/196.0.4.18/reply-detail-20120306 [reply_log] /usr/local/var/log/radius/radacct/%{Client-IP-Address}/reply-detail-%Y%m%d expands to /usr/local/var/log/radius/radacct/196.0.4.18/reply-detail-20120306 [reply_log] expand: %t -> Tue Mar 6 12:23:04 2012 ++[reply_log] returns ok [sql_log] Processing sql_log_postauth [sql_log] expand: %{User-Name} -> cccl@utmax [sql_log] expand: %{%{User-Name}:-DEFAULT} -> cccl@utmax [sql_log] sql_set_user escaped user --> 'cccl@utmax' [sql_log] WARNING: Deprecated conditional expansion ":-". See "man unlang" for details [sql_log] ... expanding second conditional [sql_log] expand: Chap-Password -> Chap-Password [sql_log] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ('%{User-Name}', '%{User-Password:-Chap-Password}', '%{reply:Packet-Type}', '%S'); -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ('cccl@utmax', 'Chap-Password', 'Access-Accept', '2012-03-06 12:23:04'); [sql_log] expand: /usr/local/var/log/radius/radacct/sql-relay -> /usr/local/var/log/radius/radacct/sql-relay ++[sql_log] returns ok ++[exec] returns noop expand: %{User-Name} -> cccl@utmax ++[request] returns noop expand: %{EAP-MSK} -> ++[reply] returns noop [wimax] No EAP-MSK or EAP-EMSK. Cannot create WiMAX keys. i wonder what this error means ++[wimax] returns noop Sending Access-Accept of id 16 to 196.0.4.18 port 1812 Service-Type = Framed-User Framed-Protocol = PPP Framed-Address = 255.255.255.254 Framed-Netmask = 255.255.255.255 WiMAX-FA-RK-Key = 0x00 WiMAX-MSK = 0x The entry i have in my users's file is this DEFAULT Auth-Type :=Accept Service-Type = Framed-User, Framed-Protocol = PPP, Framed-Address = 255.255.255.254, Framed-Netmask = 255.255.255.255, Fall-Through = 0 Eric M ________________________________ From: Fajar A. Nugraha <list@fajar.net> To: Mulindwa <meric_l@yahoo.com> Cc: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Sent: Tuesday, March 6, 2012 11:22 AM Subject: Re: Wimax with Free radius On Tue, Mar 6, 2012 at 3:16 PM, Mulindwa <meric_l@yahoo.com> wrote:
Thanks Fajar, My users are using EAP-TTLS, is there a possibility to have them connect without a password
See http://wiki.freeradius.org/Protocol%20Compatibility or to be specific, just the paragraph under the table :) -- Fajar