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.
Ronaldo Afonso wrote:Yes.
> "radeapclient" should start the AAA conversation sending the
> "Access-Request" to the Radius server, right?
Because you didn't read the documentation for radeapclient.
> 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?
radeapclient reads the attributes from stdin. So... if you don't give
it a file via -f, it will wait for input.
See src/tests/eapsim-*
> 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?