Iptables for Routing - stackunderflow.dev
https://stackunderflow.dev/p/iptables-for-routing28.08.2021 · Iptables provide five tables (filter, nat, mangle, security, raw), but the most commonly used are the filter table and the nat table. Tables are organized as chains, and there are five predefined chains, PREROUTING, POSTROUTING, INPUT, FORWARD, and OUTPUT. Here we focus only on the nat table.