mirror of https://github.com/CrimsonTome/tldr.git
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}}