use like follows
Hello all,
I am using freeradius 2.1.0 on Ubuntu 10.10 and using rp-pppoe server and chillispot server for user login authentication method on same machine and set up radius attribute for end user such as
#-------------------------------------------------------------------------------------
radtest abc abc123 127.0.0.1 0 SecretKey
Sending Access-Request of id 185 to 127.0.0.1 port 1812
User-Name = "abc"
User-Password = "abc123"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=185, length=80
Idle-Timeout = 600
WISPr-Bandwidth-Max-Down = 100000000
WISPr-Bandwidth-Max-Up = 100000000
Acct-Interim-Interval = 60
Acct-Status-Type = Interim-Update
Session-Timeout = 300
( All user can login all of session is 5mins )
#-------------------------------------------------------------------------------------
1.After first use logged in ( with pppoe or chillispot) the user "abc" use the network times 200secs (left time=100secs) and logged off later.
2.The user "abc" logged in again with radius message
User-Name = "abc"
User-Password = "abc123"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=185, length=80
Idle-Timeout = 600
WISPr-Bandwidth-Max-Down = 100000000
WISPr-Bandwidth-Max-Up = 100000000
Acct-Interim-Interval = 60
Acct-Status-Type = Interim-Update
Session-Timeout = 100
During live logged in session , In the radius database and radacct table has 2 record insert (first record is first login and secondary record is now login)
I delete the first database record (use time= 200secs) so that the attribute Acct-Interim-Interval it is updating all sessiontime count to 0 and "abc" can use the network 300secs. But it is not updating session and the user "abc" was terminate after 100 secs normally by AcctTerminateCause is "Session-Timeout" .
What does debug or how?
Thanking for every thing.
If you reply to this email, your message will be added to the discussion below:http://freeradius.1045715.n5.nabble.com/Acct-Interim-Interval-session-time-not-working-tp5488744p5488744.html