But in the Radius Accounting RFC (http://freeradius.org/rfc/rfc2866.html) this value is not permitted (possible values are 1-18).
This is a piece of log, where you can see when a client disconnect from the vpn:
Mon Jan 16 09:19:54 2012
Acct-Session-Id = "<sess_id_num>"
Tunnel-Server-Endpoint:0 = "<IP_1>"
Tunnel-Client-Endpoint:0 = "<IP_2>"
Tunnel-Assignment-Id:0 = "PPTP"
Framed-Protocol = PPP
Framed-IP-Address = <IP_3>
User-Name = "<usr_name>"
Acct-Authentic = RADIUS
Acct-Terminate-Cause = 0
Acct-Session-Time = 125159
Acct-Input-Octets = 1312452
Acct-Output-Octets = 2391455
Acct-Input-Packets = 19372
Acct-Output-Packets
= 25170
Acct-Status-Type = Stop
NAS-Port-Type = Virtual
NAS-Port = 323
Service-Type = Framed-User
NAS-IP-Address = <IP_4>
Acct-Delay-Time = 0
Huntgroup-Name = "PPTP"
Acct-Unique-Session-Id = "<acct_sess_id>"
Stripped-User-Name = "<usr_name>"
Realm = "NULL"
Timestamp = 1326701994
Request-Authenticator = Verified
<sess_id_num>, <acct_sess_id>, <IP_x> and <usr_name> aren't real values (they're masked for privacy) although I think the error isn't related to them.
Thank you very much in advance!!