RE: rlm_ippool: No available ip addresses in pool

2003-07-18 Thread Paul Hampson
From: Pierluigi Frullani Sent: Friday, 18 July 2003 8:00 PM modules { ippool wpool { session-db = ${raddbdir}/wpool-sess-db ip-index = ${raddbdir}/wpool-idx-db range-start = 192.168.127.1 range-stop =

RE: rlm_ippool: No available ip addresses in pool

2003-07-18 Thread Gustavo Lozano
Paul. You are wrong. The netmask shouldnt be /32 in the ippool configuration. If you put /32 in the config the client will not connect. Regards On Fri, 2003-07-18 at 14:35, Paul Hampson wrote: From: Pierluigi Frullani Sent: Friday, 18 July 2003 8:00 PM modules {

RE: rlm_ippool: No available ip addresses in pool

2003-07-18 Thread Paul Hampson
From: Gustavo Lozano Sent: Saturday, 19 July 2003 6:03 AM The netmask shouldnt be /32 in the ippool configuration. If you put /32 in the config the client will not connect. Wha? It works here. Why do you say it won't work? Surely most point-to-point connections work when they've got a

RE: rlm_ippool: No available ip addresses in pool

2003-07-18 Thread Gustavo Lozano
The author of the module told me that like 3 months ago On Fri, 2003-07-18 at 15:21, Paul Hampson wrote: From: Gustavo Lozano Sent: Saturday, 19 July 2003 6:03 AM The netmask shouldnt be /32 in the ippool configuration. If you put /32 in the config the client will not connect. Wha?

RE: rlm_ippool: No available ip addresses in pool

2003-07-18 Thread Paul Hampson
From: Gustavo Lozano Sent: Saturday, 19 July 2003 6:35 AM The author of the module told me that like 3 months ago Before or after April 26th when the person whom I _assume_ is the author of the module accepted a patch from me to make netmasks of /32 work?

RE: rlm_ippool: No available ip addresses in pool

2003-07-17 Thread Paul Hampson
From: Thomas Krause (Webmatic) Sent: Thursday, 17 July 2003 7:05 PM I'm using 2 different ip pools. After some time my dialin users doesn't get IP addresses. iptool reported that only a small amount of avaiable ip addresses are in use. Running radiusd -X I see Assuming you're not out of IP

RE: rlm_ippool: No available ip addresses in pool

2003-07-17 Thread Gustavo Lozano
Who has the ippooltool module working in Solaris? I cant compile it: # make gcc -o iptool iptool.c -I/usr/local/include -L/usr/local/lib -lgdbm Undefined first referenced symbol in file inet_ntoa /var/tmp//cc5pKDtj.o ld:

RE: rlm_ippool: No available ip addresses in pool

2003-07-17 Thread Gustavo Lozano
Lame me! add -lsocket -lnsl to the compilation flags... Seems I am 2 tired after 18 hours of work. C ya On Thu, 2003-07-17 at 16:34, Gustavo Lozano wrote: Who has the ippooltool module working in Solaris? I cant compile it: # make gcc -o iptool iptool.c -I/usr/local/include