3.3 Tables

A table in iptables represents a specific kind of network traffic. There are three predefined tables.

Note that a packet can be handled by multiple tables. For example, a packet intended for a host inside a private network can be processed by the filter table first, then processed by the nat table.

  3.3.1 filter
  3.3.2 nat
  3.3.3 mangle