[RESOLVIDO]Dúvida Rules Pfsense
-
Galera,
Gostaria de saber como é interpretadas as regras no Pfsense?
Ex.: de cima para baixo ou de baixo para cima?
Obrigado;
-
As regras são interpretadas de cima para baixo.
Inclusive a dica está na página de Rules:Hint:
Rules are evaluated on a first-match basis (i.e. the action of the first rule to match a packet will be executed). This means that if you use block rules, you'll have to pay attention to the rule order. Everything that isn't explicitly passed is blocked by default.
-
As regras são interpretadas de cima para baixo.
Inclusive a dica está na página de Rules:Hint:
Rules are evaluated on a first-match basis (i.e. the action of the first rule to match a packet will be executed). This means that if you use block rules, you'll have to pay attention to the rule order. Everything that isn't explicitly passed is blocked by default.
Obrigado.