mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:42:07 +02:00
436 B
436 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 [t]abel:
sudo iptables-save --table {{tabel}}
- Sla de
iptables
configuratie op in een bestand:
sudo iptables-save --file {{pad/naar/bestand}}