1,760
edits
Changes
no edit summary
**FORWARD
**OUTPUT
== rules ==
<pre>
iptables -t filter -A INPUT -p tcp --dport 22 -j ACCEPT
where and when match spec. action
</pre>
= nft =
* table ip filter
* table ip security
* table ip raw
* table ip mangle
* table ip nat
* table inet firewalld
* tables ip firewalld
= man pages =
* man iptables
* man nft
* man firewall-cmd