<div dir="ltr">Hi,<br><br>When I use a range of addresses greater than one network /24, the ippool provides IP to the client with zero end (eg 192.168.10.0).<br><br>The IP Pool configuration on radiusd.conf<br>        ippool pool1 {<br>

                range-start = xxx.xxx.36.1<br>                range-stop = xxx.xxx.39.152<br>                netmask = 255.255.255.255<br>                cache-size = 922<br>                session-db = ${raddbdir}/ippool/db.pool1<br>

                ip-index = ${raddbdir}/ippool/db.pool1index<br>                override = no<br>                maximum-timeout = 30<br>        }<br><br>Nesta configuração, frequentemente o freeradius fornece endereços IPs inválidos, exemplo: <br>

xxx.xxx.37.0<br>xxx.xxx.38.0<br>xxx.xxx.39.0<br><br>Is there any configuration to be done to solve this problem?<div><br></div><div>Regards,</div></div>