Problems with the mailing list?????
Hello Gentlemen, there are problems on the list and everyone is on vacation or just moved to see activity on the list? I repeat my previous message, only this time I'm more brief I created a group in mysql and I've assigned certain attributes, one of them and is giving me problems is Idle-Timeout, which has a value of 900 seconds and the user is disconnected before time indicated. Because I want the user to be disconnected if after spending 10 ~ 15 minutes does not show any activity. not before that time. mysql> SELECT * FROM `radgroupreply` ; +----+----------------+--------------------+----+---------------------+ | id | groupname | attribute | op | value | +----+----------------+--------------------+----+---------------------+ | 1 | Desarrollo | Service-Type | = | Framed-User | | 2 | Desarrollo | Framed-Protocol | = | PPP | | 3 | Desarrollo | Framed-MTU | = | 1500 | | 4 | Desarrollo | Framed-Compression | = | Van-Jacobsen-TCP-IP | | 5 | Desarrollo | Framed-IP-Netmask | = | 255.255.255.0 | | 6 | Desarrollo | Idle-Timeout | := | 900 | +----+----------------+--------------------+----+---------------------+ here you can see the user disconnected prematurely rad_recv: Accounting-Request packet from host 172.19.19.10 port 17979, id=197, length=170 NAS-IP-Address = 172.19.19.10 NAS-Identifier = "Access Server" Service-Type = Framed-User Framed-Protocol = PPP Framed-IP-Address = 10.71.53.214 User-Name = "carlos" NAS-Port = 447 NAS-Port-Type = Async Called-Station-Id = "60110" Calling-Station-Id = "78382547" Acct-Status-Type = Stop Acct-Session-Id = "0130000425" Acct-Authentic = RADIUS Acct-Delay-Time = 0 Acct-Input-Octets = 47429 Acct-Output-Octets = 4377 Acct-Input-Packets = 66 Acct-Output-Packets = 57 Acct-Session-Time = 95 Acct-Terminate-Cause = Idle-Timeout Could be problems with the operator that I am implementing???? Thanks ---------------------------------------------- Webmail, servicio de correo electronico Casa de las Americas - La Habana, Cuba.
Hi,
Gentlemen, there are problems on the list and everyone is on vacation or just moved to see activity on the list?
I repeat my previous message, only this time I'm more brief
its a free community support list - if noone wants to answer or noone cares to answer then thats that. you can buy support for FreeRADIUS if you want.
I created a group in mysql and I've assigned certain attributes, one of them and is giving me problems is Idle-Timeout, which has a value of 900 seconds and the user is disconnected before time indicated.
Because I want the user to be disconnected if after spending 10 ~ 15 minutes does not show any activity. not before that time.
mysql> SELECT * FROM `radgroupreply` ; +----+----------------+--------------------+----+---------------------+ | id | groupname | attribute | op | value | +----+----------------+--------------------+----+---------------------+ | 1 | Desarrollo | Service-Type | = | Framed-User | | 2 | Desarrollo | Framed-Protocol | = | PPP | | 3 | Desarrollo | Framed-MTU | = | 1500 | | 4 | Desarrollo | Framed-Compression | = | Van-Jacobsen-TCP-IP | | 5 | Desarrollo | Framed-IP-Netmask | = | 255.255.255.0 | | 6 | Desarrollo | Idle-Timeout | := | 900 | +----+----------------+--------------------+----+---------------------+
WHY have you set Idle-Timeout to := (which is a comparison operator, not a setting operator) ?? all of your other values are '=' alan
On 07/11/2010 10:32, michel@casa.co.cu wrote:
Hello
Gentlemen, there are problems on the list and everyone is on vacation or just moved to see activity on the list?
I repeat my previous message, only this time I'm more brief
The silence was your answer: You would like FreeRADIUS to return an Idle-Timeout of 900 seconds, you configured it to do that, and you showed us it was doing that in the Access-Accept packet. Therefore there is no problem with FreeRADIUS. If your NAS doesn't respect the Idle-Timeout attribute, that is a problem with your NAS - Refer to it's documentation to find out: a) If it supports the Idle-Timeout attribute at all (If so it might have a bug - contact the NAS manufacturer). or b) If it supports a different method to do the same thing. Regards, James
James J J Hooper wrote:
On 07/11/2010 10:32, michel@casa.co.cu wrote:
Hello
Gentlemen, there are problems on the list and everyone is on vacation or just moved to see activity on the list?
I repeat my previous message, only this time I'm more brief
The silence was your answer:
You would like FreeRADIUS to return an Idle-Timeout of 900 seconds, you configured it to do that, and you showed us it was doing that in the Access-Accept packet. Therefore there is no problem with FreeRADIUS.
If your NAS doesn't respect the Idle-Timeout attribute, that is a problem with your NAS - Refer to it's documentation to find out: a) If it supports the Idle-Timeout attribute at all (If so it might have a bug - contact the NAS manufacturer). or b) If it supports a different method to do the same thing.
Regards, James
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Hi
It was indeed a problem of the operator that was used in the database, which will note when reviewing the documentation, which I should have done before writing to the list. newbie stuff ... My apologies if I headed to the list incorrectly, but I unsubscribed from the list months ago and at that time I received many messages a day. After re-subscribe in the Last Few Days I Have Noticed Arriving as Decreased traffic message to the list, for this reason, in a first attempt to not get any answer from the list, went back to write. Tim, James, Alan Thanks for answering my message. Michel
participants (4)
-
Alan Buxey -
James J J Hooper -
Michel Bulgado -
michel@casa.co.cu