adnan deura wrote:
i am getting help from the website : www.aerospacesoftware.com/radius.html
Why? It's *years* out of date.
i add the user in this way,
johndoe Auth-Type := Local, User-Password == "johndoepassword" Reply-Message = "Hello, %u"
Don't do that. It's wrong. Do this: johndoe Cleartext-Password := "johndoepassword" Reply-Message = "Hello, %u" See the documentation in 1.1.7 for why.
AND AFTER THAT
# radiusd -X
And you haven't included the output.
BUT THE RESPONSE FROM THE SERVER ... "rad_recv: Access-Rejected packet...".
You're trying to debug the server by looking at the output from the client. I fail to understand why anyone thinks this is useful.
please tell me what to do
READ the debug output from the server. It is telling you what is going wrong, and why.
should i install an older version ?
No. Alan DeKok.