Changes

Jump to: navigation, search

OPS535 Linux Firewall Review

200 bytes added, 02:25, 17 January 2021
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
1,760
edits

Navigation menu