Proxied Access-reject reply

Alan DeKok aland at deployingradius.com
Sat Sep 27 18:29:59 CEST 2014


Juanjo Abenza wrote:
> We need this because we have a freeradius server where we have the clients
> database, and we want to send a default service to the clients that are not
> already in this database, adding this clients to a specific ippool in the
> Mikrotik

  Then configure the server to do that:

	if (user not found in DB) {
		set Auth-Type := Accept
		send special reply back
	}

> Is it necesary to upgrade radius server to 3.0.4 for this purpose?

  Upgrading to 3.0.4 won't add this functionality.  It will help with
stability and catching errors when the server starts.

  Alan DeKok.


More information about the Freeradius-Users mailing list