mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 12:35:22 +02:00
452 B
452 B
iptables-save
Sla de
iptables
IPv4 configuratie op. Gebruikip6tables-save
om hetzelfde te doen voor IPv6. Meer informatie: https://manned.org/iptables-save.
- Toon de
iptables
configuratie:
sudo iptables-save
- Toon de
iptables
configuratie van een specifiek tabel:
sudo iptables-save {{[-t|--table]}} {{tabel}}
- Sla de
iptables
configuratie op in een bestand:
sudo iptables-save {{[-f|--file]}} {{pad/naar/bestand}}