No wonder it doesnt work. In all of these block rules, you are blocking entire /24 subnet. That includes your whole lan network and nas. You typed your IP addresses in CIDR format and thats not how its done. You need to create alias containing the single ip address(es) you want to block, and then use that alias in a firewall block rule that should be placed above your "LAN_Net" rule.
The same applies when using Aliases.
Quote from: yeraycito on July 27, 2023, 07:50:56 pmThe same applies when using Aliases.You clearly didnt understand what i told you in my previous post regarding alias type. 192.168.1.3/24 is not the same as 192.168.1.3 Adding 192.168.1.3/24 in your firewall block rule or alias will block your entire subnet. And it does. Adding 192.168.1.3 in your firewall block rule or alias will block only the client with that IP.You are absolutely right, the way you explain it works correctly. To block devices you have to do it through Aliases, it doesn't work through ips.
It works without alias too. See post from cookiemonster.
Then change all the /24's to /32 so it only applies to the one IP address.