Re: FreeRADIUS SQl Ippool problem -

2012-07-01 Thread Taz Manian
Will do guys , thanks again for the assistance and advice with this. -Original Message- From: John Dennis Sent: Friday, June 29, 2012 8:24 PM To: FreeRadius users mailing list Cc: dj...@iol.ie ; Alan DeKok Subject: Re: FreeRADIUS SQl Ippool problem - On 06/29/2012 02:54 PM, Alan DeKok

RE: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Taz Manian
:=1500 2 EZ_POOL_NAME Service-Type :=Framed-User 3 EZ_POOL_NAME Framed-Protocol :=PPP If theres anything im missing it would help Thanks Date: Thu, 28 Jun 2012 20:38:52 +0700 Subject: Re: FreeRADIUS SQl Ippool problem - From: l...@fajar.net To: dj...@iol.ie; freeradius

Re: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Alan DeKok
Taz Manian wrote: Can you guys confirm that this is the correct format for the SQl side of things please ? Im still having problems and just want to confirm that this is correct. It's not. mysql select * from radcheck; ++++++ |

RE: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Taz Manian
-0400 From: al...@deployingradius.com To: dj...@iol.ie; freeradius-users@lists.freeradius.org Subject: Re: FreeRADIUS SQl Ippool problem - Taz Manian wrote: Can you guys confirm that this is the correct format for the SQl side of things please ? Im still having problems and just want

Re: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Fajar A. Nugraha
On Fri, Jun 29, 2012 at 8:46 PM, Taz Manian djta...@hotmail.com wrote: But the username isnt the problem, that authenticates properly and if i put in You should fix that. There might be a compatibility code that allows it to work today, but the next versions might not have it. I get no info

RE: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Taz Manian
in 4.9 seconds.Date: Fri, 29 Jun 2012 20:57:50 +0700 Subject: Re: FreeRADIUS SQl Ippool problem - From: l...@fajar.net To: dj...@iol.ie; freeradius-users@lists.freeradius.org On Fri, Jun 29, 2012 at 8:46 PM, Taz Manian djta...@hotmail.com wrote: But the username isnt the problem

Re: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Fajar A. Nugraha
On Fri, Jun 29, 2012 at 9:19 PM, Taz Manian djta...@hotmail.com wrote: [sql]   expand: SELECT id, groupname, attribute,   Value, op   FROM radgroupcheck   WHERE groupname = '%{Sql-Group}'   ORDER BY id - SELECT id, groupname, attribute,   Value, op   

Re: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread Alan DeKok
Taz Manian wrote: but one silly mistake caused me to try so many different things that i got myself mixed up with it all. THAT is really the problem. Trying many different things is always a disaster. Follow the instructions *exactly*. Step by step. Trying many things means you don't

Re: FreeRADIUS SQl Ippool problem -

2012-06-29 Thread John Dennis
On 06/29/2012 02:54 PM, Alan DeKok wrote: Taz Manian wrote: but one silly mistake caused me to try so many different things that i got myself mixed up with it all. THAT is really the problem. Trying many different things is always a disaster. Follow the instructions *exactly*. Step by

FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Taz Manian
Hi Guys, Im having a problem with Ippools with freeradius2 and i cant seem to get any username to get an address from the pool.90% of the usernames will have static IP's but i want a few to be in a pool but i really am stumped - i tried putting username@realm Framed-Pool := EZPOOL into

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Fajar A. Nugraha
On Thu, Jun 28, 2012 at 7:03 PM, Taz Manian djta...@hotmail.com wrote: Hi Guys, Im having a problem with Ippools with freeradius2 and i cant seem to get any username to get an address from the pool. 90% of the usernames will have static IP's but i want a few to be in a pool but i really

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Fajar A. Nugraha
On Thu, Jun 28, 2012 at 7:08 PM, Fajar A. Nugraha l...@fajar.net wrote: On Thu, Jun 28, 2012 at 7:03 PM, Taz Manian djta...@hotmail.com wrote: so i know is readying that - i then have a pool set up in radippool Also, IMHO you should just use rlm_sqlipool. It's easier to setup and debug.

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Michell
Hello, to some time ago informed me that the ippool not work properly with mysql. As it is now? I'm not sure what the problems were occurring, but informed me that it worked better and smoothly only in postgres. They try to succeed in this scenario freeradius / mysql? Thanks for listening,

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Alan DeKok
Michell wrote: to some time ago informed me that the ippool not work properly with mysql. As it is now? someone somewhere said something. That's not helpful. Read the documentation and examples distributed with FreeRADIUS. They give you the CORRECT answers. In this case,

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Fajar A. Nugraha
On Thu, Jun 28, 2012 at 7:26 PM, Michell bill.c...@gmail.com wrote: Hello, to some time ago informed me that the ippool not work properly with mysql. It works just fine As it is now? I'm not sure what the problems were occurring, but informed me that it worked better and smoothly only in

RE: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Taz Manian
-Name and it doesnt work nor does it show when i try it with radiusd -X. I appreciate your input , im really stuck on this one. Im also not sure how to use rlm_sqlipool ? Taz Date: Thu, 28 Jun 2012 19:08:25 +0700 Subject: Re: FreeRADIUS SQl Ippool problem - From: l...@fajar.net To: dj

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Alan DeKok
Taz Manian wrote: I checked each one of them and not one said anything about radcheck or radreply. Because they give examples for the users file. They don't give examples for SQL, LDAP, external programs, Perl, Python, etc. The users file example has the Pool-Name on the first line. The

Re: FreeRADIUS SQl Ippool problem -

2012-06-28 Thread Fajar A. Nugraha
On Thu, Jun 28, 2012 at 8:22 PM, Taz Manian djta...@hotmail.com wrote: I did check the wiki , i have been on it for the last 3 days trying to figure this out I did a search for Pool-Name and i got 4 different results as below http://wiki.freeradius.org/search?q=Pool-Name

duplicate ip address ippool problem

2008-01-26 Thread as3ad jamous
freeradius assign duplicate ip address , i using ippool module and file, for example user1 get the IP1 and some times (not always ) user2 get the same IP1 so LNS see duplicate ip address and drop the new user (no high load at radius but some times on database may be some load ),i dont know

Re: IPPOOL PROBLEM

2006-01-24 Thread Rafael Roldán
Hy, Thanks Nicolas. Sorry, its the first time I work in a UNIX environment. In the configure output I obtained: configure: warning: silently not building rlm_ippool. configure: warning: FAILURE: rlm_ippool requires: libgdbm. After installing the package gdbm-1.8.3, which are the steps I have

RE: ippool problem

2005-07-17 Thread Jamal Taweel
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of milver nisay Sent: Friday, July 15, 2005 10:44 AM To: 'FreeRadius users mailing list' Subject: RE: ippool problem What does radiusd –X tells you? Can you post more info from your accounting and post-auth section? From: [EMAIL PROTECTED

ippool problem

2005-07-15 Thread abernabe
Hello, I´m trying to configure a FreeRadius 1.0.4 in Red Hat 8.0. Everything works OK until I add the ippool in the post-auth and accounting section. When I start the server I get always the error Segmentation Fault after loading radutmp, just when it tries to load the ippool in the accounting

RE: ippool problem

2005-07-15 Thread milver nisay
What does radiusd X tells you? Can you post more info from your accounting and post-auth section? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, July 15, 2005 7:42 AM To: freeradius-users@lists.freeradius.org Subject: ippool

RE: ippool problem

2005-07-15 Thread abernabe
@lists.freeradius.org Subject: ippool problem Hello, I´m trying to configure a FreeRadius 1.0.4 in Red Hat 8.0. Everything works OK until I add the ippool in the post-auth and accounting section. When I start the server I get always the error Segmentation Fault after loading

Re: ippool problem

2005-07-15 Thread Marcin Jessa
section? From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, July 15, 2005 7:42 AM To: freeradius-users@lists.freeradius.org Subject: ippool problem Hello, I´m trying to configure a FreeRadius 1.0.4 in Red Hat 8.0

RE: ippool problem

2005-07-15 Thread milver nisay
Check user access and access permissions from radiusd.conf and from the files and folders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 11:05 AM To: [EMAIL PROTECTED]; FreeRadius users mailing list Subject: RE: ippool problem radius -X

Re: ippool problem

2005-07-15 Thread Alan DeKok
[EMAIL PROTECTED] wrote: When I start the server I get always the error Segmentation Fault after loading radutmp, just when it tries to load the ippool in the accounting See doc/bugs Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: ippool problem

2004-06-08 Thread marco
Hi this is the debug with the error ippool: ip-index = /usr/local/etc/raddb/db.ipindex ippool: range-start = 192.168.1.1 IP address [192.168.1.1] ippool: range-stop = 192.168.3.254 IP address [192.168.3.254] ippool: netmask = 255.255.255.0 IP address [255.255.255.0] ippool: cache-size =

Re: ippool problem

2004-06-07 Thread Kostas Kalevras
On Mon, 7 Jun 2004 [EMAIL PROTECTED] wrote: Hi when i run the server in debug mode i have this line that says that : modcall[post-auth]: module main_pool returns noop for request 0 how can i change the congif file in order for this to work? Best regards I think you will find the answer

Re: ippool problem

2004-06-04 Thread Kostas Kalevras
On Thu, 3 Jun 2004, Marco Marques wrote: Hi All , i am trying to setup radius to work with ip pools , when i start radius in debug mode i dont see any error. Output : Module: Loaded IPPOOL ippool: session-db = /usr/local/etc/raddb/db.ippool ippool: ip-index =

Re: ippool problem

2004-06-04 Thread Zdenek Pizl
On Fri, 2004-06-04 at 15:29, Kostas Kalevras wrote: the error comes when i try to authenticate gives me this error : auth: user supplied User-Password matches local User-Password modcall: entering group post-auth for request 0 rlm_ippool: Could not find Pool-Name attribute.

ippool problem

2004-06-03 Thread Marco Marques
Hi All , i am trying to setup radius to work with ip pools , when i start radius in debug mode i dont see any error. Output : Module: Loaded IPPOOLippool: session-db = "/usr/local/etc/raddb/db.ippool"ippool: ip-index = "/usr/local/etc/raddb/db.ipindex"ippool: range-start = 192.168.1.1 IP