Simultaneous-Use in proxy

Alan DeKok aland at deployingradius.com
Thu May 21 16:51:56 CEST 2015


On May 21, 2015, at 10:26 AM, Renato Sousa <rensousa at gmail.com> wrote:
> Below debug connections. Some lines were omitted from the debug log so that
> the message is not too large (more than 2500 lines)

  You're probably setting Simultaneous-Use in the inner tunnel, and not in the outer tunnel.

  You can always set it in the post-proxy section, too:

post-proxy {
	...
	update control {
		Simultaneous-Use := 1
	}
	...
}

  The way the code is structured is that the Simultaneous-Use checks are done after the user is authenticated.  ANY kind of authentication, including proxying.

  Alan DeKok.




More information about the Freeradius-Users mailing list