Force ignore access request \ blacklist
Alan DeKok
aland at deployingradius.com
Thu May 20 13:29:18 CEST 2021
On May 20, 2021, at 7:24 AM, Bartek Chmielewski <chmielewskibartek at gmail.com> wrote:
> I`m looking how to ignore\blacklist request based on certain condition,
> e.g. ip address, something like:
>
> if "%{request:Calling-Station-Id}" == <ip_address> {
> (ignore request)
> }
>
> or any module which would enable blacklisting?
> I would need to drop a packet rather than reject it.
if (foo) {
do_not_respond
}
See raddb/policy.d/control for more information.
This is generally a bad idea, though.
Alan DeKok.
More information about the Freeradius-Users
mailing list