Arran Cudbard-Bell wrote:
...
> *narrowed*
>
> authorize {
> # Some devices send their loopback address as Nas IP Address, overwrite
> this with packet source.
> if("%{NAS-IP-Address}" == "127.0.0.1"){
> update request {
> NAS-IP-Address := "%{Packet-Src-IP-Address}"
> }
> }Nope. It works for me. 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

