Matches - FAQs
www.faqs.org/docs/iptables/matches.html01.01.2019 · Match--mark: Example: iptables -t mangle -A INPUT -m mark --mark 1: Explanation: This match is used to match packets that have previously been marked. Marks can be set with the MARK target which we will discuss in the next section. All packets traveling through Netfilter get a special mark field associated with them.
Matches - FAQs
www.faqs.org › docs › iptablesJan 01, 2019 · Implicit matches This section will describe the matches that are loaded implicitly. Implicit matches are implied, taken for granted, automatic. For example when we match on --protocol tcp without any further criteria. There are currently three types of implicit matches for three different protocols.