I thought I might share a configuration part that has proven useful for us...
Based on the howto at http://wiki.freeradius.org/SQL_Huntgroup_HOWTO , we found that we might as well add the huntgroup name to the NAS table when adding new NASes. No need to maintain two separate tables with the NAS ip address as key... So we added a huntgroup field to the 'nas' sql table and do update request { Huntgroup-Name := "%{sql:select huntgroup from nas where nasname=\"%{NAS-IP-Address}\"}" } in the authorize section. Not that this changes much, but at least it prevents the huntgroup SQL lookup from failing due to missing NAS's Bjørn - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

