Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    But some targets, e.g. LOG in particular will not terminate processing of the rules. ACCEPT, DROP, REJECT of course will. Commented Jun 25, 2020 at 7:36
  • Thanks for the answer, so the ACCEPT wont take effect because DROP is added prior. if i want ACCEPT rule to take effect, should i delete DROP rule first and add ACCEPT rule ? or should i add these rules with -I instead of -A flag so that whichever the latest rule added will take effect. Commented Jun 25, 2020 at 8:25