Hi,
I'm currently facing a significant increase of ports scans, winbox tentative connections (I think due to the recent exploit published https://github.com/BigNerd95/Chimay-Red) and a lot of other intrusion tentatives.
In order to cope with this situation, I put in place a mechanism in the firewall such to automatically add to a blacklist address list all of those IPs that are trying to connect on a particular port of the router (INPUT chain). This is quite effective, since a lot of requests are everyday dropped and a lot of IPs added to the list.
What I would like to know, is if there were the possibility to have some kind of asyncronous rule, such that if I run a ping command (for instance) from the router terminal to one of the blacklisted IPs, it will get through. But I want this only if the ping started from the router (or behind it), while denying requests that come from the WAN side without being initiated from the router.
This issue is only at the router level, all the devices in the LAN are able to get through this problem (since they belong to the FORWARD chain, I guess).
Does anyone of you if this is possible to be done?
Thanks