Re: Freeradius with EAP-SIM
Ready to process requests. ...and that's it. Where's the incoming query to be dealt with? alan -- Message may be brief as it has been sent from my mobile
Alan, Please, correct me if I'm wrong. "radeapclient" should start the AAA conversation sending the "Access-Request" to the Radius server, right? What I have described is that my radeapclient, instead of sending an "Access-Request", is WAITING for some "response" from the server. Does it make sense? Just remember that I'm trying to "simulate" an EAP-SIM authentication with FreeRadius. I don't have a real SS7 Proxy or SIM authentication server, ok? Thanks in advance. 2011/11/16 Alan Buxey <A.L.M.Buxey@lboro.ac.uk>
Ready to process requests.
...and that's it. Where's the incoming query to be dealt with?
alan
-- Message may be brief as it has been sent from my mobile
-- Ronaldo Afonso www.vexcorp.com +55 11 4932-5971 ronaldo.afonso@vexcorp.com
Ronaldo Afonso wrote:
"radeapclient" should start the AAA conversation sending the "Access-Request" to the Radius server, right?
Yes.
What I have described is that my radeapclient, instead of sending an "Access-Request", is WAITING for some "response" from the server. Does it make sense?
Because you didn't read the documentation for radeapclient. radeapclient reads the attributes from stdin. So... if you don't give it a file via -f, it will wait for input.
Just remember that I'm trying to "simulate" an EAP-SIM authentication with FreeRadius. I don't have a real SS7 Proxy or SIM authentication server, ok?
See src/tests/eapsim-* Alan DeKok.
Alan, Of course I read the radeapclient man page, and in my first e-mail explained how I was running the radeapclient command. From my first e-mail to this list: radeapclient -c3 -r1 -s -x 127.0.0.1 auth localhost-secret <eapsim-in.txt The think is, I don't know how but using the debian pre-compiled package it didn't work out. However, compiling the sources by myself I was able to do the simulation. Thank you anyway for your "gentle" answers. []s Ronaldo. 2012/1/3 Alan DeKok <aland@deployingradius.com>
Ronaldo Afonso wrote:
"radeapclient" should start the AAA conversation sending the "Access-Request" to the Radius server, right?
Yes.
What I have described is that my radeapclient, instead of sending an "Access-Request", is WAITING for some "response" from the server. Does it make sense?
Because you didn't read the documentation for radeapclient. radeapclient reads the attributes from stdin. So... if you don't give it a file via -f, it will wait for input.
Just remember that I'm trying to "simulate" an EAP-SIM authentication with FreeRadius. I don't have a real SS7 Proxy or SIM authentication server, ok?
See src/tests/eapsim-*
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Ronaldo Afonso www.vexcorp.com +55 11 4932-5971 ronaldo.afonso@vexcorp.com
participants (3)
-
Alan Buxey -
Alan DeKok -
Ronaldo Afonso