Hello everybody,
I tried to set-up my first RouterOS board (a RB493AH). I was wondering in what order are router rules or bridge filter rules applied?
For example the following set of rules for the same ‘chain’:
rule 1) deny all IP traffic
rule 2) allow traffic from/to IP address x.x.x.x
rule 3) allow traffic from/to UDP port xxx
Which of the following statements applies:
- Are they applied in order and since rule 1 matches all traffic rule 2 and 3 are ignored and thus everything (IP) is denied
- Are they applied in order and since rule 2 is applied later traffic from ip x.x.x.x is allowed
- Are they applied as in ‘deny over allow’ or ‘allow over deny’
Another question:
When a rule contains several properties. Are those properties AND-ed or OR-ed to be matched.
Thanls in advance
Best regards,
Xander