1,760
edits
Changes
no edit summary
[[Category:OPS535]]
= Concepts =
* Netfilter
**FORWARD
**OUTPUT
= rules =
<pre>
iptables -t filter -A INPUT -p tcp --dport 22 -j ACCEPT
|---------------| |---------------| |--------|
where and when match spec. action
</pre>