Hello, After being able to produce great statistics with the new status server feature, being able to do nice debug on production server with radmin, (thanks again for this great features !), i'm also trying to do wimax authentication with freeradius 2.1.3. Here are some questions : 1. Using radmin and the debug and even after reading man unlang, i'm still not able to filter requests based on client IP (this is easier then I'll be able to get only requests coming from the BS) 2. Having read the lasts posts on Wimax saying we should use the last stable release, it seems that the stable release is not available from http, then I use the git, but I'm only able to get the development release (2.2.0) using the following command portable-bsd# git clone git://git.freeradius.org/freeradius-server.git radiusd Initialized empty Git repository in /usr/home/tom/radiusd/.git/ remote: Counting objects: 60339, done. remote: Compressing objects: 100% (15102/15102), done. remote: Total 60339 (delta 46934), reused 57865 (delta 45104) Receiving objects: 100% (60339/60339), 11.50 MiB | 2655 KiB/s, done. Resolving deltas: 100% (46934/46934), done. I guess I'm not using the correct URL for stable, but I was not able to find the good one on docs ? 3. Using 2.1.3 I got the following output between BS and radius http://www.brozs.net/log/radius.log It seems EAP never says it's ok (might be Base Station Related but I've got no access to check) www1# more /usr/home/tom/radius.log | grep eaptls Sun Dec 21 00:36:18 2008 : Debug: [tls] eaptls_verify returned 7 Sun Dec 21 00:36:18 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:19 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_verify returned 7 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_process returned 13 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_verify returned 1 Sun Dec 21 00:36:21 2008 : Debug: [tls] eaptls_process returned 13 Thanks Thomas
Thomas Fagart wrote:
1. Using radmin and the debug and even after reading man unlang, i'm still not able to filter requests based on client IP (this is easier then I'll be able to get only requests coming from the BS)
What have you tried? Why hasn't it worked?
2. Having read the lasts posts on Wimax saying we should use the last stable release, it seems that the stable release is not available from http, then I use the git, but I'm only able to get the development release (2.2.0) using the following command
portable-bsd# git clone git://git.freeradius.org/freeradius-server.git radiusd
Then: $ git checkout origin/stable I'll update the web site to add this information.
3. Using 2.1.3 I got the following output between BS and radius
http://www.brozs.net/log/radius.log
It seems EAP never says it's ok (might be Base Station Related but I've got no access to check)
This is in the FAQ and in the comments in eap.conf. The server sends a challenge, and the client never continues the EAP conversation. Alan DeKok.
Alan DeKok a écrit :
Thomas Fagart wrote:
1. Using radmin and the debug and even after reading man unlang, i'm still not able to filter requests based on client IP (this is easier then I'll be able to get only requests coming from the BS)
What have you tried? Why hasn't it worked?
Sorry finally I figure out that the quote where needed to evaluate the condition (you've wrote it in a sample when you introduce radmin) So it works as it should radmin> debug condition '(NAS-IP-Address == 192.168.2.12)'
2. Having read the lasts posts on Wimax saying we should use the last stable release, it seems that the stable release is not available from http, then I use the git, but I'm only able to get the development release (2.2.0) using the following command
portable-bsd# git clone git://git.freeradius.org/freeradius-server.git radiusd
Then:
$ git checkout origin/stable
I'll update the web site to add this information.
Ok with that, I can get the latest stable release, thanks
3. Using 2.1.3 I got the following output between BS and radius
http://www.brozs.net/log/radius.log
It seems EAP never says it's ok (might be Base Station Related but I've got no access to check)
This is in the FAQ and in the comments in eap.conf. The server sends a challenge, and the client never continues the EAP conversation.
Alqqqqq
participants (2)
-
Alan DeKok -
Thomas Fagart