mulitipule connections
Hello, I have searched quite a bit. I am looking for a answer on the best way to disable mulitipule logins by the same user. I have been reading http://freeradius.org/radiusd/doc/Simultaneous-Use One problem is I get a error when I try to run radwho radwho: Error reading /var/log/freeradius/sradutmp: No such file or directory This checkrad.pl scrpt I can not find it anywhere on my ubuntu 10.04 server. Where would if find a copy. I do have a radutmp file. Should there be entries in it when no one is connected? So is the only way,to run snmp on the server, or has that way outdated now? Thanks for the help
Here we go again.... On 2/6/2012 10:08 PM, Ski Mountain wrote:
Hello, I have searched quite a bit. I am looking for a answer on the best way to disable mulitipule logins by the same user.
I have been reading http://freeradius.org/radiusd/doc/Simultaneous-Use
One problem is I get a error when I try to run radwho radwho: Error reading /var/log/freeradius/sradutmp: No such file or directory
This checkrad.pl scrpt I can not find it anywhere on my ubuntu 10.04 server. Where would if find a copy.
I do have a
radutmp file. Should there be entries in it when no one is connected?
So is the only way,to run snmp on the server, or has that way outdated now?
Thanks for the help
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi, look in /etc/freeradius/sites-enable/default" and uncomment #sradutmp 2012/2/6 Marinko Tarlac <mangia81@gmail.com>
Here we go again....
On 2/6/2012 10:08 PM, Ski Mountain wrote:
Hello, I have searched quite a bit. I am looking for a answer on the best way to disable mulitipule logins by the same user.
I have been reading http://freeradius.org/radiusd/**doc/Simultaneous-Use<http://freeradius.org/radiusd/doc/Simultaneous-Use>
One problem is I get a error when I try to run radwho radwho: Error reading /var/log/freeradius/sradutmp: No such file or directory
This checkrad.pl scrpt I can not find it anywhere on my ubuntu 10.04 server. Where would if find a copy. I do have a
radutmp file. Should there be entries in it when no one is connected?
So is the only way,to run snmp on the server, or has that way outdated now?
Thanks for the help
- List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/users.html <http://www.freeradius.org/list/users.html>
- List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/users.html <http://www.freeradius.org/list/users.html>
I got radwho to work properly so it would show the user is connected. I also added DEFAULT Simultaneous-Use := 1 Fall-Through = 1 to the users file. I have added the fowling into the database that radius uses. mysql> select * from radgroupcheck; +----+-----------+------------------+----+-------+ | id | groupname | attribute | op | value | +----+-----------+------------------+----+-------+ | 1 | dialup | Simultaneous-Use | := | 1 | +----+-----------+------------------+----+-------+ But then multiple connections are still allowed to be made. I thought I covered everything, what did I miss? Thanks. ----- Original Message ----- From: Ski Mountain <ski_the_mountain@yahoo.com> To: "freeradius-users@lists.freeradius.org" <freeradius-users@lists.freeradius.org> Cc: Sent: Monday, February 6, 2012 4:08 PM Subject: mulitipule connections Hello, I have searched quite a bit. I am looking for a answer on the best way to disable mulitipule logins by the same user. I have been reading http://freeradius.org/radiusd/doc/Simultaneous-Use One problem is I get a error when I try to run radwho radwho: Error reading /var/log/freeradius/sradutmp: No such file or directory This checkrad.pl scrpt I can not find it anywhere on my ubuntu 10.04 server. Where would if find a copy. I do have a radutmp file. Should there be entries in it when no one is connected? So is the only way,to run snmp on the server, or has that way outdated now? Thanks for the help
On Wed, Feb 8, 2012 at 2:26 AM, Ski Mountain <ski_the_mountain@yahoo.com> wrote:
But then multiple connections are still allowed to be made.
I thought I covered everything, what did I miss?
Try reading the list archive: http://freeradius.1045715.n5.nabble.com/semulteneius-use-with-cisco-nas-td50... Short version: if you store accounting data in sql, and you don't need to check directly to the NAS (e.g. telnet/snmp to check whether the user is REALLY online), then you don't have to use checkrad/radutmp. -- Fajar
participants (4)
-
Fajar A. Nugraha -
Marinko Tarlac -
ousmane sanogo -
Ski Mountain