Force ignore access request \ blacklist
Hi, 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. Appreciate this software and your help, thanks Bart
On May 20, 2021, at 7:24 AM, Bartek Chmielewski <chmielewskibartek@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.
participants (2)
-
Alan DeKok -
Bartek Chmielewski