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

Reply via email to