10 Aug
2009
10 Aug
'09
5:51 a.m.
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