<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">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. </font>
<br>
<br><font size=2 face="sans-serif">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</font>
<br>
<br><font size=2 face="sans-serif">I have the following configuration in
the ippool module:</font>
<br>
<br><font size=2 face="sans-serif">        ippool 2
{</font>
<br><font size=2 face="sans-serif">           
    range-start = 172.20.1.1</font>
<br><font size=2 face="sans-serif">           
    range-stop = 172.20.1.254</font>
<br><font size=2 face="sans-serif">           
    netmask = 255.255.255.0</font>
<br><font size=2 face="sans-serif">           
    cache-size = 254</font>
<br><font size=2 face="sans-serif">           
    session-db = ${raddbdir}/db.ippool</font>
<br><font size=2 face="sans-serif">           
    ip-index = ${raddbdir}/db.ipindex</font>
<br><font size=2 face="sans-serif">           
    override = yes</font>
<br><font size=2 face="sans-serif">           
    maximum-timeout = 0</font>
<br><font size=2 face="sans-serif">        }</font>
<br>
<br><font size=2 face="sans-serif">Do you know if I´m doing something wrong?</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br>
<br>