Matches - FAQs
www.faqs.org/docs/iptables/matches.html01.01.2019 · Match--port: Example: iptables -A INPUT -p tcp -m multiport --port 22,53,80,110: Explanation: This match extension can be used to match packets based both on their destination port and their source port. It works the same way as the --source-port and --destination-port matches above.
Matches - FAQs
www.faqs.org › docs › iptablesJan 01, 2019 · 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. These are TCP matches, UDP matches and ICMP matches.