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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

