I have a problem with a number of rules in firewall/rules
I need autenticate users for ISP Service.. This is a config:
/ip firewall filter
add action=accept chain=forward comment=“USER 1” disabled=no
in-interface=ether2 src-address=192.168.103.11
add action=accept chain=forward comment=“USER 2” disabled=no
in-interface=ether2 src-address=192.168.103.13
.
.
add action=accept chain=forward comment=“USER 300” disabled=no
in-interface=ether2 src-address=192.168.104.204
src-mac-address=00:11:3B:01:02:B6
add action=drop chain=input comment=“Block no autorized User” disabled=no \ in-interface=ether2
With 150 rules running ok this control, but with 300 rules not block user in last rule.
What is the limit? Have a L3 licence, 3.11 version. Change with L4 or L5 or L6?
Thanks for response!
Fernando