Hello, I have problem at the time to test my freeradius with radtest.... in my clients.conf I have this config. Client 127.0.0.1 { shortname = 127.0.0.1 User-Name = abel User-Password = omega secret = amigo } But,when I try radtest, the answer is: server:/# radtest abel omega localhost 0 amigo Sending Access-Request of id 94 to 127.0.0.1:1812 User-Name = "abel" User-Password = "omega" NAS-IP-Address = server NAS-Port = 0 Re-sending Access-Request of id 94 to 127.0.0.1:1812 User-Name = "abel" User-Password = "\000\021\207\002\302\366\317]\007\014\000\014M\317\356m" NAS-IP-Address = server NAS-Port = 0 rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=94, length=20 Now I ask to me....What is hapend exacttly? Thank's
----- Original Message ----- From: Abel Monzon <jame@yumuri.mtz.sld.cu>
Hello, I have problem at the time to test my freeradius with radtest.... in my clients.conf I have this config. Client 127.0.0.1 { shortname = 127.0.0.1 User-Name = abel User-Password = omega secret = amigo }
You don't have a user named abel. User information belongs in users file abel User-Password == "omega" ---------------------------------------------------------------------------- ----
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Abel Monzon" <jame@yumuri.mtz.sld.cu> wrote:
in my clients.conf I have this config. Client 127.0.0.1 { shortname = 127.0.0.1 User-Name = abel User-Password = omega
Nothing in the documentation says to put usernames and passwords into a client configuration. Why are you doing this?
But,when I try radtest, the answer is: server:/# radtest abel omega localhost 0 amigo
<sigh> Output from radtest isn't useful.
Now I ask to me....What is hapend exacttly?
You didn't read the FAQ. It explains how to configure a user, and why it's important to run the server in debugging mode. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (3)
-
Abel Monzon -
Alan DeKok -
Zoltan