Different IP Pool per proxied realm

Alan DeKok aland at deployingradius.com
Tue Feb 12 11:32:54 CET 2008


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.



More information about the Freeradius-Users mailing list