mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
436 B
436 B
iptables-save
Sla de
iptablesIPv4 configuratie op. Gebruikip6tables-saveom hetzelfde te doen voor IPv6. Meer informatie: https://manned.org/iptables-save.
- Toon de
iptablesconfiguratie:
sudo iptables-save
- Toon de
iptablesconfiguratie van een specifiek [t]abel:
sudo iptables-save --table {{tabel}}
- Sla de
iptablesconfiguratie op in een bestand:
sudo iptables-save --file {{pad/naar/bestand}}