31 Jan
2008
31 Jan
'08
9:22 a.m.
Stephane Bortzmeyer wrote:
I believe that my Free Radius server is working, since I can query it successfully with "auth": ... But "status" always fail:
% echo "NAS-port = 1" | radclient jezabel status mysharedsecret radclient: no response from server for ID 198 ... WARNING: Insecure packet from host 10.1.82.1: Packet does not contain required Message-Authenticator attribute
The purpose of "radclient" is to send *anything* in a RADIUS packet, even things that violate the RFC's. In this case, you will need to manually add a Message-Authenticator to the input attributes. Alan DeKok.