Can you rewrite the rule by putting in the source not the named group “Battery”, but directly 192.168.253.23 IP address and see if now this traffic gets properly dropped/rejected?
Log says that it is dropped.
The WUI log pages only mention the rule, the action is defined in the FW rules.
If you get an entry ‘FORWARDFW ’ the associated rule was active and the action DROP or REJECT ( signaled by the colour ) was done.
Difference of FW rule and ‘Banned Address’ in proxy config:
latter works only on HTTP(S) packets,
the first on all packets.
Both rules are the first rules in the chain, so I think if the rule match no further rules will be checked for this packet. (The last policy is ‘allowed’, but this should not inverse the rules above.)
By default Blue is allowed to access red, as long as the blue access has the mac addresses entered or overruled.
Therefore I believe that entering a firewall rule in the Firewall Rule WUI to stop access from blue to red won’t work as it has already been allowed.
You either need to put the rule in firewall.local in a Custom Chain so that it is run before the normal default rules, or you need to block all traffic going out to red and create the rules that allow only the traffic that you want from blue to red.
The rule stops access.
I’ve tried a similiar rule to cut the internet connection of a SmartTV, if my grandson consumes too much youtube movies.
Only difference is, my TV is on green.
It is worth noting that this only occurs when the proxy is deactivated. When the proxy is engaged, packets are directed to the FORWARDFW chain and then proceed to the red interface, overriding the aforementioned rule.
I suspect the root of @berny’s issue lies in the proxy settings. To validate this theory, I would recommend disabling the proxy and assessing whether traffic is appropriately dropped or rejected. Should this resolve the matter, I suggest that @berny initiate a separate thread addressing the proxy configuration concern and mark this thread as resolved.