iptables-save
Save the
iptablesIPv4 configuration. Useip6tables-saveto do the same for IPv6. More information: https://manned.org/iptables-save.
- Print the
iptablesconfiguration:
sudo iptables-save
- Print the
iptablesconfiguration of a specific [t]able:
sudo iptables-save --table {{table}}
- Save the
iptablesconfiguration to a [f]ile:
sudo iptables-save --file {{path/to/file}}