Tony Spencer wrote: > Is there a way to tell Freeradius to only assign from the pool for the user > if the Framed-IP-Address comes back as 255.255.255.254? $ man unlang In 2.0.1: if ("%{proxy_reply:Framed-IP-Address}" != "255.255.255.254") { ippool } It's pretty much that easy... Alan DeKok.