On Fri, Jun 19, 2015 at 12:02 PM, jose luis sanchez ortiz <jeluchez@gmail.com> wrote:
debug log(freeradius -X) show
rad_recv: Access-Request packet from host 127.0.0.1 port 42304, id=199, length=78 User-Name = "proyecto" User-Password = "123"
That's the same password you use, good
[files] users: Matched entry proyecto at line 1 ++[files] = ok
What is line 1 on your users file (e.g. /etc/freeradius/users)
[pap] login attempt with password "123" [pap] Using clear text password "123" [pap] User authenticated successfully
Sending Access-Accept of id 199 to 127.0.0.1 port 42304
That shows FR is sending access-accept. Are you SURE this is the same log as when you say "radclient: no response from server for ID 239 socket 3"? If yes, then there should be at least three logs of similar auth request, but you pasted only one. And that would mean something is seriously wrong with your environment, since FR already sends access-accept. -- Fajar