how can i exclude a user from a firewall rule

hi all

i’m new to mikrotik

i have everyting working perfectly & i have firewall rules and i have many users
i need to apply certain rules to specific users not all of them
or exclude a user from a rule so he can override rules

thanx to everyone who could reply and help


cupid

something like

src-address=!192.168.0.1
  • it will exclude src-address=192.168.0.1 from that rule

You could also make an address list and enter in all of the IP addresses you want excluded. This way it is easier to apply the rule to multiple people.

src-address-list=!exclude