radius configuration suggestions

2009-09-06 Thread ramesh p
Hi all, I have configured LNS routers to send packets to Radius servers primary and secondary. Both sharing packets and sending to single mysql cluster. when one radius server packets are writing/updating other server packets are locked and waiting for mysql. This i observed using show full

Re: Freeradius-Users Digest, Vol 53, Issue 11

2009-09-03 Thread ramesh p
I deactivated buffered-sql and logging directly to mysql by deafult module. Just one basic question : Buffered_SQL is single threaded module? and does not make use of available mysql threads to complete the jobs in parallel? Thanks, Rams. Message: 5 Date: Thu, 03 Sep 2009 05:32:53 +0100

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-03 Thread ramesh p
this means that slow SQL system will kill your AAA capabilities - hence detail file, buffered-sql etc Am doing only accounting. Kindly clarify: fre Is Buffered_SQL is single threaded module? and does not make use of available mysql threads to complete the job in parallel? Hi, I deactivated

Re: Freeradius-Users Digest, Vol 53, Issue 11

2009-09-03 Thread ramesh p
Thanks Ivan. How to increase the speed at which detail reader works. Can you suggest? Thanks. Ivan Kalik Thu, 03 Sep 2009 04:19:06 -0700 I deactivated buffered-sql and logging directly to mysql by deafult module. Just one basic question : Buffered_SQL is single threaded module? and does not

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-02 Thread ramesh p
db frozen in my production env. This issue has been seen. Exeperiencing Outages in prod. environment. Please suggest a fix to overcome this issue. Alan Buxey wrote: Hmmm... maybe over-writing it with spaces would work... or something else might go wrong. or reverse it when making the .work

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-02 Thread ramesh p
? ramesh p wrote: db frozen in my production env. This issue has been seen. Exeperiencing Outages in prod. environment. Please suggest a fix to overcome this issue. Outages? If the DB is down, the server should still write to the detail file. When the DB comes back up, it will read from

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-01 Thread ramesh p
How to interpret AcctStopDelay filed? Is there any SQL query readily available to update acctstoptimes correctly in FR? please suggest. I'm using freeradius2.1.6 with buffered-sql , detail files for accounting. In accounting queries i observed acctstoptime = %S. my db some how freezed and

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-01 Thread ramesh p
Thanks Ivan for quick responses. I calculated it correctly in dialup.conf file and restarted radius process and it looks like it's not catching up from the point before restart. Instead of that it's reading full detail.work file? why is like that? Any bug in my code? Thanks, Rams. How to

Re: monitoring buffered-sql

2009-08-31 Thread ramesh p
Thanks Ivan. How do i examine the packet that caused freeze? Using detail.work file? please suggest. Thanks, Rams. I installed freeradius with detail, buffered-sql active. How to monitor the buffered-sql module. If it stops or sleeps for very long time responding to mysql db.? I saw all

freeradius2.1.6| buffered-sql | acctstoptime problems

2009-08-31 Thread ramesh p
Hi All, I'm using freeradius2.1.6 with buffered-sql , detail files for accounting. In accounting queries i observed acctstoptime = %S. my db some how freezed and radius stopped updating packets from detail.wotk file. When restarted it started updating but updating the packets with new timestamps

monitoring buffered-sql

2009-08-28 Thread ramesh p
Hi All, I installed freeradius with detail, buffered-sql active. How to monitor the buffered-sql module. If it stops or sleeps for very long time responding to mysql db.? I saw all of a sudden buffered-sql not pushing packets to mysql db yesterday. After restarting radius process it started

Re: accounting through detail module help

2009-08-28 Thread ramesh p
Thanks. It's working fine. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: accounting through detail module help

2009-08-20 Thread ramesh p
Here is the radius log in debug mode after sending radius packet from radclient: rad_recv: Accounting-Request packet from host 10.77.202.78 port 1495, id=1, length=311 User-Name = 01-0ae87c20-01-0001-0004-78c8db79-f...@abc Acct-Status-Type = Stop

buffered_sql and detail module

2009-08-20 Thread ramesh p
Hi, can anybody give me an example working configuration for buffered-sql accounting with detail module. I'm using the following configuration but it's not working. / sites-available{ default{ preacct { preprocess acct_unique suffix

Re: buffered_sql and detail module

2009-08-20 Thread ramesh p
Got it. I was specifying detail file path incorrect and it's not finding it.one more question regarding this. sites-available/default have preprocess section. and same section in sites-enabled/buffered-sql present. Does preprocess section in buffered-sql needs to be commented out? Thanks.

Re: Freeradius-Users Digest, Vol 52, Issue 87

2009-08-19 Thread ramesh p
Thanks Alan. But we have two accounting sections in default and buffered-sql. Do i need to enable sql module only in buffered-sql? And place buffered-sql in defualt 'accounting' section. am Confused... Thanks, Rams. -- Message: 2 Date: Tue, 18 Aug 2009

Re: Re: accounting through detail module help

2009-08-19 Thread ramesh p
Thanks Alan. But we have two accounting sections in default and buffered-sql. Do i need to enable sql module only in buffered-sql? And place buffered-sql in defualt 'accounting' section. am Confused... Thanks, Rams. -- Message: 2 Date: Tue, 18 Aug 2009

Re: accounting through detail module help

2009-08-19 Thread ramesh p
Thanks Alan. sorry for posting again. But we have two accounting sections in default and buffered-sql. Do i need to enable sql module only in buffered-sql? And place buffered-sql in defualt 'accounting' section. am Confused...which file section will be processed. Thanks, Rams.

Re: accounting through detail module help

2009-08-19 Thread ramesh p
Hi, ** *default { *preacct { preprocess acct_unique suffix files } accounting { if(Acct-Status-Type == 'Stop') { detail } radutmp attr_filter.accounting_response Acct-Type Status-Server

accounting through detail module help

2009-08-18 Thread ramesh p
Hi, At present our radius servers getting traffic of more than 3 million users. We have only two radius servers and one mysql server active. The server crashing whenever more traffic comes. Due to mysql overload and slow I'm planning to use detail module for accounting and then take these details

Re: accounting through detail module help

2009-08-18 Thread ramesh p
Thanks Alan. I enabled detail module in accounting. details files were created under radacct clients directories. Just wanted to check if any module already available in freeradius to scan these detail files, parse and put attributes in mysql db every 2-3 mins? Thanks, Rams. --

weird rlm_radutmp errors .. radiusd process sleeping

2009-08-17 Thread ramesh p
Hi All, getting the following errors in the radius log: Mon Aug 17 05:45:38 2009 : Error: rlm_radutmp: Logout for NAS Default NAS Entry port 1239, but no Login record Mon Aug 17 05:45:38 2009 : Error: rlm_radutmp: Logout for NAS Default NAS Entry port 712, but no Login record Mon Aug 17 05:45:38

handling acctsesstiontime zero packets

2009-08-17 Thread ramesh p
Hi All, When Radius gets acctterminatecause = Nas Error packets having Acct-session-time field = 0, user .i see an an error in Raidus log *Mon Aug 17 05:46:04 2009 : Error: rlm_sql (sql) in sql_accounting: stop packet with zero session length. [user '', nas 'xx.xx.xx.xx']* how to count it as

Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop'){ sql getting the following error with radiusd -X: [r...@localhost raddb]# ../../sbin/radiusd -X FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Aug 10

Re: Freeradius-Users Digest, Vol 52, Issue 59

2009-08-13 Thread ramesh p
# # See Autz-Type Status-Server for how this works. # Acct-Type Status-Server { } } Thanks, Rams. On 13/8/09 07:10, ramesh p wrote: Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop

Re:freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
# # See Autz-Type Status-Server for how this works. # Acct-Type Status-Server { } } Thanks, Rams. On 13/8/09 07:10, ramesh p wrote: Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop

Re: Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Thanks alot. i can use either 'Stop' or 'stop'. It's not case sensitive am i correct? Thanks, Rams. Thu, 13 Aug 2009 00:56:21 -0700 On 13/8/09 08:41, Michael Bryant wrote: Wrong operator. Use = or not := --Mike It's a comparison so it should be: if (Acct-Status-Type == 'stop') { sql

freeradius 2.1.6 radiusd process user

2009-08-13 Thread ramesh p
Hi All, I have installed freeradius 2.1.6 on my linux box. But radiusd process is running as root. root 25027 1 0 04:23 ?00:00:00 /usr/local/fnmt/freeradius2/sbin/radiusd I saw in older versions 1.1.6 running as nobody user/group. Is it fine if we run as root user? or we need to

Re: freeradius2.1.6 module errors (Doug Hardie)

2009-08-12 Thread ramesh p
errors To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Message-ID: ebeb797d-d771-46be-ba70-c8be1f295...@lafn.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes On 11 August 2009, at 06:54, ramesh p wrote: Am doing it correctly? Please

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
2009, at 06:54, ramesh p wrote: Am doing it correctly? Please suggest? Obviously not since FreeRADIUS is telling you it doesn't understant the Acct-Type of Ignore. I suspect you are not getting a good answer is that I (for one) do not understand what you are trying to accomplish. You use

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
Hi Arran, where i can place this code? i mean which file? Thanks, Rams. On 12/08/2009 14:18, ramesh p wrote: I'am trying to store only Stop packets in database, and i'm not storing Acct-Status-Type = start,Tunnel-Stop, Tunnel-start,Failed etc... packets in db. How i can achieve this? default

freeradius2.1.6 module errors

2009-08-11 Thread ramesh p
Hi All, I have placed a small module IGNORE to ignore packets other than Stop type. modified acct_users file as: DEFAULT Acct-Status-Type == Tunnel-Stop, Acct-Type := IGNORE DEFAULT Acct-Status-Type == Tunnel-Start, Acct-Type := IGNORE DEFAULT Acct-Status-Type == Start, Acct-Type := IGNORE

Re: freeradius2.1.6 module errors

2009-08-11 Thread ramesh p
Am doing it correctly? Please suggest? Thanks, Rams. 4. freeradius2.1.6 module errors (ramesh p) -- Message: 4 Date: Tue, 11 Aug 2009 12:50:30 +0530 From: ramesh p rock786...@gmail.com Subject: freeradius2.1.6 module

radius server 2.1.6 not storing data in radacct table..help

2009-08-10 Thread ramesh p
Hi All, I have installed freeradius2.1.6 recently. Radius server was started successfully. But when i sent a packet using NTRadping its stored in file but not writing to mysql table. Here is the debug output: [r...@localhost radius]# /usr/local/fnmt/radius2/sbin/radiusd -X FreeRADIUS Version

Re: Freeradius-Users Digest, Vol 52, Issue 48

2009-08-10 Thread ramesh p
fromt he debug looks like its not doing any SQL thing at all - ie you either havent configured the SQL stuff (uncomment an 'include' statement in the cofngi to pull in sql.conf or, because you arent using SQL for authentication/authorization and only for logging you have to add 'sql' to the

Re: radius server 2.1.6 not storing data in radacct

2009-08-10 Thread ramesh p
On Mon, Aug 10, 2009 at 4:23 PM, ramesh p rock786...@gmail.com wrote: fromt he debug looks like its not doing any SQL thing at all - ie you either havent configured the SQL stuff (uncomment an 'include' statement in the cofngi to pull in sql.conf or, because you arent using SQL

RE : radius server 2.1.6 not storing data in radacct

2009-08-10 Thread ramesh p
p) 3. Re: radius server 2.1.6 not storing data in radacct (ramesh p) -- Message: 1 Date: Mon, 10 Aug 2009 11:25:28 +0100 From: Alan Buxey a.l.m.bu...@lboro.ac.uk Subject: Re: Freeradius-Users Digest, Vol 52, Issue 48

Freeradius2.1.6 installation problem

2009-08-07 Thread ramesh p
Unable to execute radtest. # radiusd -X FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Jul 30 2009 at 07:17:32 Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may

Re: Freeradius-Users Digest, Vol 52, Issue 36

2009-08-07 Thread ramesh p
Content-Type: text/plain; charset=ISO-8859-1 *Have you added 127.0.0.1 in the clients.conf?* 2009/8/7 ramesh p rock786...@gmail.com: Unable to execute radtest. # radiusd -X FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Jul 30 2009 at 07:17:32 Copyright (C) 1999-2009

Re: Freeradius-Users Digest, Vol 52, Issue 37

2009-08-07 Thread ramesh p
: 20090807102258.gc19...@lboro.ac.uk Content-Type: text/plain; charset=us-ascii hi, your debug showed no actual traffic or packets hitting the freeradius server - so cannot help you. alan -- Message: 3 Date: Fri, 7 Aug 2009 16:09:04 +0530 From: ramesh p rock786

Re: Freeradius2.1.6 installation problem

2009-08-07 Thread ramesh p
, Issue 37 (Rokkhan) 2. Re: Freeradius-Users Digest, Vol 52, Issue 38 (ramesh p) -- Message: 1 Date: Fri, 7 Aug 2009 13:02:52 +0200 From: Rokkhan rokk...@gmail.com Subject: Re: Freeradius-Users Digest, Vol 52, Issue 37

freeradius2.1.6 daemon start up problems

2009-08-07 Thread ramesh p
Hi All, I'm trying start freeradius process like the following: /usr/local/fnmt/radius2/sbin/radiusd ps -eaf|grep radius root 14524 1 0 06:39 ?00:00:00 radiusd Is this the correct way start it? Thanks, Rams. - List info/subscribe/unsubscribe? See

Re: unable to run radtest

2009-07-06 Thread ramesh p
On Sat, Jul 4, 2009 at 10:41 PM, Alan DeKok al...@deployingradius.comwrote: ramesh p wrote: I tried to run the following: r...@parsa-laptop:/etc/freeradius# radtest sqltest testpwd localhost 1812 testing123 radclient: socket: cannot initialize udpfromto: Function not implemented

unable to run radtest

2009-07-04 Thread ramesh p
r...@parsa-laptop:/etc/freeradius# freeradius -X FreeRADIUS Version 2.1.0, for host i486-pc-linux-gnu, built on Apr 30 2009 at 07:22:56 Copyright (C) 1999-2008 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Need help no of users and capacity load

2009-07-02 Thread ramesh p
We are going to have up to 3 million users in our radius setup in the next month. At present we are using freeradius1.1.6 in linux platform and over 1 million users. we are planning to upgrade to latest version. How the performance matter with 3 million users. Please suggest interms of load

Re: freeradius packets thresholds | help

2009-05-15 Thread ramesh p
+tim.sylvesterfreeradius-users-bounces%2Btim.sylvester =networkradius@lists.freeradius.org] *On Behalf Of *ramesh p *Sent:* Thursday, May 14, 2009 9:18 PM *To:* FreeRadius users mailing list *Subject:* freeradius packets thresholds | help Hi All, Does anybody have an idea , how many

Re: freeradius packets thresholds | help

2009-05-15 Thread ramesh p
We are storing data in mysql. How many transactions can freeradius process for accounting purpose on an average. On Fri, May 15, 2009 at 11:35 AM, ramesh p rock786...@gmail.com wrote: Thanks very much. What about number of accounting requests per sec? Regards, Ramesh. On Fri, May 15

Re: freeradius packets thresholds | help

2009-05-15 Thread ramesh p
%2Btim.sylvester freeradius-users-bounces%2Btim.sylvester etworkradius@lists.freeradius.org] *On Behalf Of *ramesh p *Sent:* Thursday, May 14, 2009 9:18 PM *To:* FreeRadius users mailing list *Subject:* freeradius packets thresholds | help Hi All, Does anybody have an idea , how many

freeradius packets thresholds | help

2009-05-14 Thread ramesh p
Hi All, Does anybody have an idea , how many transactions the FreeRADIUS server can handle on a per second, minute, and hourly basis. Thanks in advance. Thanks, Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius upgrade help

2009-04-30 Thread ramesh p
Appreciate if some one can please forward any docs/details about the upgrade from old freeradius version 1.1.6 to 2.1.4 in linux. Thanks, Ramesh. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius upgrade help

2009-04-30 Thread ramesh p
Thanks alot for your replies. On Thu, Apr 30, 2009 at 6:51 PM, Ivan Kalik t...@kalik.net wrote: Appreciate if some one can please forward any docs/details about the upgrade from old freeradius version 1.1.6 to 2.1.4 in linux. All the information is right there - in the configuration

radius process dying help

2009-04-29 Thread ramesh p
I'm using freeradius version 1.1.6. My radius process 'radiusd' is dying frequently due to mysterious reasons. So is it safe to use 'radwatch' script to monitor? Thanks. Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius process dying help

2009-04-29 Thread ramesh p
Thanks Ivan. So am stopped the server using following command: /usr/local/etc/init.d/radiusd stop Then added the supervision using inittab file. This started process as *radiusd -f -s * automatically and radiusd.pid will not updated. Any issues with this? Thanks, Ramesh. On Wed, Apr 29, 2009

Re: radius process dying help

2009-04-29 Thread ramesh p
One more question: how much traffic can efford freeradius version? if there are calls morethan 1 lakh in number per day will it afford? My radius server process 'radiusd' is dying due to more traffic these days. That's why i want to know. Thank you. Rams. On Wed, Apr 29, 2009 at 10:20 PM, ramesh

Re: radius process dying help

2009-04-29 Thread ramesh p
, 2009 at 10:23 PM, ramesh p rock786...@gmail.com wrote: One more question: how much traffic can efford freeradius version? if there are calls morethan 1 lakh in number per day will it afford? My radius server process 'radiusd' is dying due to more traffic these days. That's why i want to know

freeradius upgrade help

2009-04-28 Thread ramesh p
I'm currently using freeradius version 1.1.6, planning to upgrdate to a stable version. Please suggest a version which is stable. My radius box running linux. Thanks in advance. Regards, Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

%RADIUS-4-RADIUS_ALIVE %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
I'm getting the following messges/alarms from freereadius server version 1.1.6. and when i oberserved the radiusd process it's stopped. Why this happens? Apr 26 00:18:44.498: %RADIUS-4-RADIUS_ALIVE: RADIUS server 10.199.32.34:0,1813 is being marked alive. Apr 26 00:18:50.777:

%RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
I'm seeing the following weirdness from my freeradiusserver and when i see the radiusd process its stopped status. why this happens. any valid reasons for this? Apr 26 00:18:44.498: %RADIUS-4-RADIUS_ALIVE: RADIUS server X.X.X.X:0,1813 is being marked alive. Apr 26 00:18:50.777:

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
) then the requests are waiting too long and hence the error messages. On 27.04.2009, at 10:42, Nicolas Goutte wrote: Am 27.04.2009 um 09:08 schrieb ramesh p: I'm seeing the following weirdness from my freeradiusserver and when i see the radiusd process its stopped status. why this happens

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
And why the process is stopped automaticaly? any reasons. On Mon, Apr 27, 2009 at 2:05 PM, ramesh p rock786...@gmail.com wrote: Thanks. How to configure it? On Mon, Apr 27, 2009 at 1:29 PM, Borislav Dimitrov b.dimit...@ngsystems.net wrote: Hi there, I may be mistaken

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
Thanks alot for providing very good suggestions. On Mon, Apr 27, 2009 at 4:12 PM, Ivan Kalik t...@kalik.net wrote: Well, has it? Servers don't just go dead and back alive just like that. It's much more likely that server was never dead at all. Stop looking at NAS messages and examine why

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
Accounting server was alive and receving packets till yesterday. And suddenly got receiving dead alive messages. So restarted radiusd process then it got resolved. However it repeating frequently once a week Unable to findout the exact reason for this. On Mon, Apr 27, 2009 at 4:38 PM,

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
Same box. On Mon, Apr 27, 2009 at 4:57 PM, a.l.m.bu...@lboro.ac.uk wrote: Hi, Accounting server was alive and receving packets till yesterday. And suddenly got receiving dead alive messages. So restarted radiusd process then it got resolved. are we talking about the same box? I'm not

Freeradius server not starting!

2009-04-10 Thread ramesh p
[r...@localhost log]# /usr/local/fnmt/etc/init.d/radiusd start Starting FreeRADIUS:Fri Apr 10 05:52:13 2009 : Info: Starting - reading configuration files ... radiusd: Couldn't open /usr/local/fnmt/var/log/radius/radius.log for logging: Permission denied (rlm_exec: Wait=yes but no output

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
I'm using radius version 1.1.6 On Fri, Apr 10, 2009 at 4:44 PM, ramesh p rock786...@gmail.com wrote: [r...@localhost log]# /usr/local/fnmt/etc/init.d/radiusd start Starting FreeRADIUS:Fri Apr 10 05:52:13 2009 : Info: Starting - reading configuration files ... radiusd: Couldn't open /usr

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
...@maks.net Disable SELinux. - Original Message - *From:* ramesh p rock786...@gmail.com *To:* FreeRadius users mailing listfreeradius-users@lists.freeradius.org *Sent:* Friday, April 10, 2009 3:14 PM *Subject:* Freeradius server not starting! [r...@localhost log]# /usr/local/fnmt/etc

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
, this directory exist? Can u create file in? - Original Message - *From:* ramesh p rock786...@gmail.com *To:* FreeRadius users mailing listfreeradius-users@lists.freeradius.org *Sent:* Friday, April 10, 2009 3:25 PM *Subject:* Re: Freeradius server not starting! Already it's in disable

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
! Hmm, what the linux u use? or u use Sun OS? pach /usr/local/fnmt/var/log/radius/radius.log is non-standard, this directory exist? Can u create file in? - Original Message - *From:* ramesh p rock786...@gmail.com *To:* FreeRadius users mailing listfreeradius-users@lists.freeradius.org

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
ls -ltr /usr/local/fnmt/var/log/ drwxr-xr-x 3 nobody root 4096 Jun 15 2007 radius Thanks, Ramesh. 2009/4/10 ramesh p rock786...@gmail.com [r...@localhost data]# ls -ltr /usr/local/fnmt/var/log/radius total 16 drwx-- 2 root root 4096 Apr 28 2007 radacct -rwxr-xr-x 1 root root 8298

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
:* ramesh p rock786...@gmail.com *To:* FreeRadius users mailing listfreeradius-users@lists.freeradius.org *Sent:* Friday, April 10, 2009 4:08 PM *Subject:* Re: Freeradius server not starting! [r...@localhost data]# ls -ltr /usr/local/fnmt/var/log/radius total 16 drwx-- 2 root root 4096 Apr

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
Now i have given the permissions to radiusd directory (usr/local/fnmt/var/run/ radiusd/) It's working fine. Thank you all. Regards, Ramesh. On Fri, Apr 10, 2009 at 6:40 PM, a.l.m.bu...@lboro.ac.uk wrote: Hi, now its giving like this... [r...@localhost init.d]#

Re: Query on Acct-Status-Type

2009-02-04 Thread ramesh p
Thanks alot. On Tue, Feb 3, 2009 at 9:29 PM, t...@kalik.net wrote: You are aware that this will disable Simultaneous-Use? could you explain me more. If you don't record Start packets you won't be able to detect double (or multiple) logins by the same user. Potentially, one user can pay

Query on Acct-Status-Type

2009-02-03 Thread ramesh p
Hi all, I need to store packets with Acct-Status-Type := Stop only in db 'radacct', rest of the packets needs to be ignored. How to proceed. Plz give suggestion. Note: am using freeradius1.1.6 version. Regards, Ramesh. - List info/subscribe/unsubscribe? See

Re: Query on Acct-Status-Type

2009-02-03 Thread ramesh p
/unsubscribe? See http://www.freeradius.org/list/users.html On Tue, Feb 3, 2009 at 5:17 PM, ramesh p rock786...@gmail.com wrote: Hi all, I need to store packets with Acct-Status-Type := Stop only in db 'radacct', rest of the packets needs to be ignored. How to proceed. Plz give suggestion. Note: am

Re: Query on Acct-Status-Type

2009-02-03 Thread ramesh p
whats the difference between Accounting stop and AcctStatusType=stop? Accounting stop and AcctStatusType=tunnel-stop I need only stop packets. I'm not going to store accounting start packets. If i send accounting stop packets and AcctStatusType=tunnel-stop am receiving it as

Re: Need to store only accounting stop packet!

2009-01-22 Thread ramesh p
Thanks for your replies. And one more problem. I'm getting the following (when i send stop packet. Am trying to store stop packet in different table 'radiusacct' now(in sql.conf i changed acct_table2=radiusacct). tail -f /usr/local/fnmt/var/log/radius/radius.log = Thu Jan 22 08:51:49 2009 :

Need to store only accounting stop packet!

2009-01-20 Thread ramesh p
Hi All, I need a help to store only accounting stop packets in sql database. So i have commented out start queries and update queries. Only the active accounting queries are stop and stop alt. Will this works fine?? or do i need to have accounting update queries also?? Thanks in advance for

Re: Tunnel attributes

2009-01-19 Thread ramesh p
Thanks alot Ivan Kalik. I need to have both Disc-Cause-Ext, PPP-Disconnect-Cause as columns in radacct table. For that do i need to do parsing? How to proceed. ANy references? Thanks, Ramesh. On Mon, Jan 19, 2009 at 5:23 PM, t...@kalik.net wrote: I understand this will be received like

Re: Tunnel attributes

2009-01-19 Thread ramesh p
Thanks. Is this digest helps for making changes? http://osdir.com/ml/gnu.radius.general/2003-04/msg00086.html Regards, Ramesh. On Mon, Jan 19, 2009 at 6:15 PM, t...@kalik.net wrote: I need to have both Disc-Cause-Ext, PPP-Disconnect-Cause as columns in radacct table. For that do i need to do

Re: Tunnel attributes

2009-01-19 Thread ramesh p
to store new attributes. Ivan Kalik Kalik Informatika ISP Dana 19/1/2009, ramesh p rock786...@gmail.com piše: Thanks. Is this digest helps for making changes? http://osdir.com/ml/gnu.radius.general/2003-04/msg00086.html Regards, Ramesh. On Mon, Jan 19, 2009 at 6:15 PM, t...@kalik.net

Re: Tunnel attributes

2009-01-19 Thread ramesh p
am using freeradius-1.1.6 2009/1/19 ramesh p rock786...@gmail.com One more question how to include the perl script for parsing. I haven't done this before. Please kindly give suggestions. Thanks in advance! Ramesh. 2009/1/19 t...@kalik.net Yes. That's the general idea - create custom

Re: Tunnel attributes

2009-01-19 Thread ramesh p
Does freeradius.1.1.6 supoorts? which version of freeradius supports?? 2009/1/19 t...@kalik.net Upgrade. perl is experimental there. Ivan Kalik Kalik Informatika iSP Dana 19/1/2009, ramesh p rock786...@gmail.com piše: am using freeradius-1.1.6 2009/1/19 ramesh p rock786...@gmail.com

Re: Tunnel attributes

2009-01-19 Thread ramesh p
At present we are not recommended for upgrading. So is there any way to parse Cisco-AVpair attributes in sql.conf file itself? Regards, Ramesh. 2009/1/19 t...@kalik.net Upgrade to the latest version. Ivan Kalik Kalik Informatika ISP Dana 19/1/2009, ramesh p rock786...@gmail.com piše

Re: Tunnel attributes

2009-01-18 Thread ramesh p
These are *Cisco*- *AVpair's. *Any suggestion how to add them to sql.conf and sql database. Any syntax references?? Thanks in Advance! Ramesh. On Fri, Jan 9, 2009 at 4:30 PM, t...@kalik.net wrote: How to support these attributes ...Disc-Cause-Ext, PPP-Disconnect-Cause. Are they supported in

Re: Tunnel attributes

2009-01-18 Thread ramesh p
I understand this will be received like cisco-avpair=Disc-Cause-Ext=No Reason cisco-avpair=PPP-Disconnect-Cause=some cause. How to store in radacct table both Disc-Cause-Ext, PPP-Disconnect-Cause attributes individually? Thanks, Ramesh. On Mon, Jan 19, 2009 at 12:39 PM, ramesh p rock786

Tunnel attributes

2009-01-08 Thread ramesh p
How to start supporting Tunnel attributes for freeradius vers 1.1.6. Any document references?? Which will be the starting point for this. Do i need to change configuration of mysql.conf file? Or directly creating database helps? some of the attributes to be highlighted.. Tunnel Type,

Re: Tunnel attributes

2009-01-08 Thread ramesh p
Thank you. On Thu, Jan 8, 2009 at 7:23 PM, t...@kalik.net wrote: How to start supporting Tunnel attributes for freeradius vers 1.1.6. Any document references?? No documentation. They are supported just like any other attribute. Which will be the starting point for this. Do i need to change

Re: Tunnel attributes

2009-01-08 Thread ramesh p
:36 PM, ramesh p rock786...@gmail.com wrote: Thank you. On Thu, Jan 8, 2009 at 7:23 PM, t...@kalik.net wrote: How to start supporting Tunnel attributes for freeradius vers 1.1.6. Any document references?? No documentation. They are supported just like any other attribute. Which