Hi,

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).

The IP Pool configuration on radiusd.conf
        ippool pool1 {
                range-start = xxx.xxx.36.1
                range-stop = xxx.xxx.39.152
                netmask = 255.255.255.255
                cache-size = 922
                session-db = ${raddbdir}/ippool/db.pool1
                ip-index = ${raddbdir}/ippool/db.pool1index
                override = no
                maximum-timeout = 30
        }

Nesta configuração, frequentemente o freeradius fornece endereços IPs inválidos, exemplo: 
xxx.xxx.37.0
xxx.xxx.38.0
xxx.xxx.39.0

Is there any configuration to be done to solve this problem?

Regards,