iptables
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
iptables [31.01.2024] – angelegt hochrath | iptables [31.01.2024] (aktuell) – [Firewallregeln] hochrath | ||
---|---|---|---|
Zeile 9: | Zeile 9: | ||
iptables -L | iptables -L | ||
</ | </ | ||
+ | |||
+ | \\ | ||
+ | Regeln sichern und wiederherstellen: | ||
+ | < | ||
+ | sudo su | ||
+ | iptables-save > / | ||
+ | iptables-restore < / | ||
+ | |||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | Aktuelle FW-Regeln: | ||
+ | |||
+ | < | ||
+ | benutzer@rechner:/ | ||
+ | Chain INPUT (policy ACCEPT) | ||
+ | target | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | DROP | ||
+ | |||
+ | Chain FORWARD (policy ACCEPT) | ||
+ | target | ||
+ | |||
+ | Chain OUTPUT (policy ACCEPT) | ||
+ | target | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | \\ | ||
+ | Quellen:\\ | ||
+ | https:// | ||
+ | https:// |
iptables.1706692462.txt.gz · Zuletzt geändert: 31.01.2024 von hochrath