your mail

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Mon Aug 10 11:51:07 CEST 2009


Hi,

> I use radclient for disconnect users:
> 
> "Acct-Session-Id={ACTSESSION}\nUser-Name={MYUSERNAME}\nX-Ascend-Session-Svr-
> Key={SESSIONKEY}\nNAS-IP-Address=10.0.5.1" | radclient -x 10.0.5.1:3799
> disconnect 123";

you're telling the NAS about itself (NAS-IP-Address) - perhaps it doesnt like
that bit and the message you are getting is just its way of saying
that something wasnt quite right. ie try

"Acct-Session-Id={ACTSESSION}\nUser-Name={MYUSERNAME}\nX-Ascend-Session-Svr-Key={SESSIONKEY}" | radclient -x 10.0.5.1:3799
disconnect 123";

?


alan



More information about the Freeradius-Users mailing list