Re: problem with ip_pools -- revisited

2009-01-20 Thread Alan DeKok
Marco C. Coelho wrote: > This change made radius stop issuing IP addresses. It would start > without errors, but would then still authenticate a user, but would not > issue a new IP address. > Never good on a production server Yea I know, don't test on > production server Duhh > > Is the

Re: problem with ip_pools -- revisited

2009-01-20 Thread Marco C. Coelho
Ouch This change made radius stop issuing IP addresses. It would start without errors, but would then still authenticate a user, but would not issue a new IP address. Never good on a production server Yea I know, don't test on production server Duhh Is the syntax show below wha

Re: problem with ip_pools -- revisited

2009-01-16 Thread tnt
radclient. Ivan Kalik Kalik Informatika ISP Dana 16/1/2009, "Marco C. Coelho" piše: >I've moved redundant to be inside of post-auth and restarted >radiusd. Any ideas on how to test that it's working without waiting >for a max usage night? > >It now looks like: > >post-auth { > # Get an

Re: problem with ip_pools -- revisited

2009-01-16 Thread Marco C. Coelho
I've moved redundant to be inside of post-auth and restarted radiusd. Any ideas on how to test that it's working without waiting for a max usage night? It now looks like: post-auth { # Get an address from the IP Pool. main_pool main_pool2 # sql redundant { # added by mcc per sugge

Re: problem with ip_pools -- revisited

2009-01-15 Thread tnt
Don't you have a test server? Don't run tests on a production server. radclient can send simultaneous requests. http://wiki.freeradius.org/Radclient Ivan Kalik Kalik Informatika ISP Dana 15/1/2009, "Marco C. Coelho" piše: >I've moved redundant to be inside of post-auth and restarted >radiusd..

Re: problem with ip_pools -- revisited

2009-01-15 Thread Marco C. Coelho
I've moved redundant to be inside of post-auth and restarted radiusd. Any ideas on how to test that it's working without waiting for a max usage night? It now looks like: post-auth { # Get an address from the IP Pool. main_pool main_pool2 # sql redundant { # added by mcc per sugge

Re: problem with ip_pools -- revisited

2009-01-15 Thread Marco C. Coelho
I've moved redundant to be inside of post-auth and restarted radiusd. Any ideas on how to test that it's working without waiting for a max usage night? Marco t...@kalik.net wrote: Below are all sections of the radius.conf that I've got the pools called out. accounting { detail main_po

Re: problem with ip_pools -- revisited

2009-01-15 Thread tnt
>Below are all sections of the radius.conf that I've got the pools called >out. > >accounting { > detail > main_pool > main_pool2 > radutmp > sql >} > >post-auth { > # Get an address from the IP Pool. > main_pool > main_pool2 > sql >} > >redundant { ># added by mcc per suggestions 11/9/0

Re: problem with ip_pools -- revisited

2009-01-15 Thread tnt
>Below are all sections of the radius.conf that I've got the pools called >out. > >accounting { > detail > main_pool > main_pool2 > radutmp > sql >} > >post-auth { > # Get an address from the IP Pool. > main_pool > main_pool2 > sql >} > >redundant { ># added by mcc per suggestions 11/9/0

Re: problem with ip_pools -- revisited

2009-01-15 Thread Marco C. Coelho
Ok here's where I'm at now: I added a second IP Pool in my radius.conf. If I create a user account with a group that only lists that new IP Pool (main_pool2), I get an address in that pool. The problem is when I have a user in a group that uses both pools (main_pool and main_pool2), when th

Re: problem with ip_pools -- revisited

2008-10-30 Thread tnt
You did have a reply. Ivan Kalik Kalik Informatika ISP Dana 30/10/2008, "Marco C. Coelho" <[EMAIL PROTECTED]> piše: >No response so I'm resending this > >Marco C. Coelho wrote: >> I've been trying to get my second set up IP address' working. The >> main_pool works correctly. main_pool2 does n

problem with ip_pools -- revisited

2008-10-30 Thread Marco C. Coelho
No response so I'm resending this Marco C. Coelho wrote: I've been trying to get my second set up IP address' working. The main_pool works correctly. main_pool2 does not appear to ever issue more than 2 ip addresses. you had previously mentioned: Marco C. Coelho wrote: >> Did you put

Re: problem with ip_pools -- revisited

2008-10-28 Thread tnt
>I cannot find a redundant section in this radiusd.conf > *You* should put it in. In post-auth. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

problem with ip_pools -- revisited

2008-10-28 Thread Marco C. Coelho
I've been trying to get my second set up IP address' working. The main_pool works correctly. main_pool2 does not appear to ever issue more than 2 ip addresses. you had previously mentioned: Marco C. Coelho wrote: >> Did you put "main_pool" and "main_pool" into a fail-over section, as >> d

Re: problem with ip_pools

2008-10-01 Thread Alan DeKok
Marco C. Coelho wrote: >> Did you put "main_pool" and "main_pool" into a fail-over section, as >> documented in "man unlang" ? >> > > No, and I must be blind, because I have read the section and cannot > find mention of it. Sorry, the "redundant" section should do what you want. Alan D

Re: problem with ip_pools

2008-09-30 Thread Marco C. Coelho
Please See Below: Alan DeKok wrote: Marco C. Coelho wrote: I ran out of IP space in my original IP_Pool, and since the next available addresses were non contiguous, I added a second pool. Here's the snippet of my radiusd.conf: Did you add "main_pool2" to the "post-auth" && accounti

Re: problem with ip_pools

2008-09-30 Thread Alan DeKok
Marco C. Coelho wrote: > I ran out of IP space in my original IP_Pool, and since the next > available addresses were non contiguous, I added a second pool. Here's > the snippet of my radiusd.conf: Did you add "main_pool2" to the "post-auth" && accounting sections where "main_pool" was reference

Re: problem with ip_pools

2008-09-30 Thread tnt
You should use sql_ippool for non-continuous pools. Ivan Kalik Kalik Informatika ISP Dana 30/9/2008, "Marco C. Coelho" <[EMAIL PROTECTED]> piše: >I ran out of IP space in my original IP_Pool, and since the next >available addresses were non contiguous, I added a second pool. Here's >the snippe

problem with ip_pools

2008-09-30 Thread Marco C. Coelho
I ran out of IP space in my original IP_Pool, and since the next available addresses were non contiguous, I added a second pool. Here's the snippet of my radiusd.conf: The problem is that the first pool comes up and is used, but when it runs out of IP space, the second pool never gets used.