pages.nl/*: add and update pages (#11397)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
17
pages.nl/linux/iptables-save.md
Normal file
17
pages.nl/linux/iptables-save.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# iptables-save
|
||||
|
||||
> Sla de `iptables` IPv4 configuratie op.
|
||||
> Gebruik `ip6tables-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}}`
|
Reference in New Issue
Block a user