What does radiusd –X tells you?
Can you post more info from your
accounting and post-auth section?
From:
freeradius-users-bounces@lists.freeradius.org
[mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of abernabe@mutua-mad.es
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. 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" section
I
have the following configuration in the ippool module:
ippool 2 {
range-start = 172.20.1.1
range-stop = 172.20.1.254
netmask = 255.255.255.0
cache-size = 254
session-db =
${raddbdir}/db.ippool
ip-index =
${raddbdir}/db.ipindex
override = yes
maximum-timeout = 0
}
Do
you know if I´m doing something wrong?
Thanks