Re: User disconnect

2013-06-20 Thread yzy-oui-fi
I guess you will need an external client/server status script (this is what we have done with our captiv portal server). the router send its status within a loop to the freeradius server, and the server will check the status sent avairage, if avairage exceed defined loop, then we close every

Re: User disconnect

2013-06-20 Thread Olivier Beytrison
On 20.06.2013 08:21, Dagia Dorjsuren wrote: Hello, Does anyone know how to solve following issue? In this case : 1. NAS (Chillispot based access point) 2. Freeradius If NAS is shutdowned, the freeradius keeps all user logins of that NAS. In this case, the users session is alive.

Re: User disconnect

2013-06-20 Thread Arran Cudbard-Bell
On 20 Jun 2013, at 08:15, Olivier Beytrison oliv...@heliosnet.org wrote: On 20.06.2013 08:21, Dagia Dorjsuren wrote: Hello, Does anyone know how to solve following issue? In this case : 1. NAS (Chillispot based access point) 2. Freeradius If NAS is shutdowned, the freeradius

Re: User disconnect

2013-06-20 Thread Arran Cudbard-Bell
1°) you should create a subdirectory to your web directory called wifi-1.1.1 2°) you should create a mysql table in your freeradius database called heartbeat CREATE TABLE `heartbeat` ( `mac` varchar(20) NOT NULL default '', `hostname` varchar(128) default NULL,

Re: User disconnect

2013-06-20 Thread yzy-oui-fi
this is a sample if you prefer innodb or what ever...No probleme. Le jeudi 20 juin 2013 à 12:30 +0100, Arran Cudbard-Bell a écrit : 1°) you should create a subdirectory to your web directory called wifi-1.1.1 2°) you should create a mysql table in your freeradius database called

Re: User disconnect

2013-06-20 Thread Arran Cudbard-Bell
On 20 Jun 2013, at 15:49, yzy-oui-fi yzy-oui...@hotmail.fr wrote: this is a sample if you prefer innodb or what ever...No probleme. Yes, and people who don't know better follow sample configurations posted to mailing lists. It's not a case of preferring, it's the fact that MyISAM does table

Re: User disconnect

2013-06-20 Thread yzy-oui-fi
Le jeudi 20 juin 2013 à 16:06 +0100, Arran Cudbard-Bell a écrit : On 20 Jun 2013, at 15:49, yzy-oui-fi yzy-oui...@hotmail.fr wrote: this is a sample if you prefer innodb or what ever...No probleme. Yes, and people who don't know better follow sample configurations posted to mailing

Re: User disconnect

2013-06-20 Thread A . L . M . Buxey
Hi, ) ENGINE=MyISAM DEFAULT CHARSET=latin1; urgh. i'll have to agree with others here MyISAM should have died many years ago..its a plague on any bust MySQL box. use at least InnoDB - which is supported by MySQL natively for many a year. and before any complaints about users who

RE: User Disconnect

2006-03-26 Thread Seferovic Edvin
Hi, are you using PPP ??? Regards, Edvin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g] On Behalf Of Mohammad Flaifel Sent: Sonntag, 26. März 2006 11:45 To: freeradius-users@lists.freeradius.org Subject: User Disconnect Dears, I know I asked this questions

Re: User Disconnect

2006-03-26 Thread mohammad flaifel
OTECTED]><[EMAIL PROTECTED]>Its for ADSL Customers mainly now and then will be for Dial-up on time basisregards,Flaifel Message: 6 Date: Sun, 26 Mar 2006 11:58:37 +0200 From: "Seferovic Edvin" <[EMAIL PROTECTED]> Subject: RE: User Disconnect To: "'FreeRadius use

Re: user disconnect after session timeout

2004-08-26 Thread Alan DeKok
[EMAIL PROTECTED] wrote: The problem is when the user re-logs ,say when he has already used up 295 secondshe can go on browsing for however long in that session(without getting disconnected at the 300th second when his account expires). Watch the debug logs. If they say Session-Timeout