Alan DeKok wrote:
Arran Cudbard-Bell wrote:
Hi,
Trying to use Client-Ip-Address is huntgroups and hints doesn't seem to work, if this because the Client-Ip-Address is written to the request packet at the end of pre-process and not the beginning ? Or is there more strangeness afoot ?
In the CVS head, use Packet-Src-IP-Address. It should work everywhere.
Also my understanding of huntgroups is that when you check if 'Huntgroup-Name' matches a value , free radius will go away and look at the huntgroups and determine if the one your trying to match against is valid for the request.
I think there are bugs filed against the huntgroup code. See bugs.freeradius.org.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Nope, Client-IP-Address / Packet-Src-IP-Address don't work as check items in huntgroups or hints . --- Arran