File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
docs/guides/security/firewalls/what-is-iptables Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,14 @@ This guide helps you understand iptables and explains what is iptables. It gets
23
23
24
24
A table is a collection of chains that serves a particular function. The 3 main tables in iptables are the Filter, NAT, and Mangle tables.
25
25
26
- ![ "iptables table of tables] ( iptables-table-of-tables.png " iptables table of tables ")
26
+ | ** Filter** | ** NAT** | ** Mangle** |
27
+ | -------------------| --------------------------| -----------------------------------|
28
+ | INPUT chain | INPUT chain | INPUT chain |
29
+ | FORWARD chain | OUTPUT chain | FORWARD chain |
30
+ | OUTPUT chain | PREROUTING chain | OUTPUT chain |
31
+ | | POSTROUTING chain | PREROUTING chain |
32
+ | | | POSTROUTING chain |
33
+
27
34
28
35
- The ** Filter Table** is used to control the flow of packets in and out of a system.
29
36
- The ** NAT Table** is used to redirect connections to other interfaces on the network.
You can’t perform that action at this time.
0 commit comments