Ramm-Ericson, Johannes wrote:
There are several NASes from various vendors / service providers connecting to my Freeradius server. I have instances of IP address allocation managed by the vendors equipment and in some cases IP address allocation is managed by my server. IP address management by Freeradius works fine except for in one instance and I have been hitting my head against the wall trying to figure out where the problem is. Here is the radiusd.conf post-auth / ippool configuration for a working instance (GLANA) and for the instance that does not work (CBJN)
As (nearly) always, the debug output is instructive:
Following are extracts from the debug log that exemplify a working instance with GLANA and a failing instance with CBJN: ... **************** Failing instance with CBJN **************** ... +- entering group post-auth {...} ... ++[GLANA] returns noop
... and no reference to CBJN. Perhaps listing "CBJN" in the "post-auth" section would be a good idea. If it's not listed, the module isn't called, and it doesn't allocate IP addresses. Alan DeKok.