mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 02:55:43 +02:00
421 B
421 B
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}}