Firewall Flashcards
1
Q
Command: Basic Command
A
sudo firewall-cmd
2
Q
Command Propertie: Permanent
A
–permanent
3
Q
Command Propertie: spezifische Zone
A
–zone=<zone></zone>
4
Q
Command Propertie: Service hinzufügen
A
–add-service=<protokoll></protokoll>
5
Q
Command Propertie: Service entfernen
A
–remove-service=<protokoll></protokoll>
6
Q
Command Propertie: show allowed services
A
–get-services
7
Q
Command Propertie: Port öffnen mit Port-type
A
–add-port=<port>/<port-type></port-type></port>
8
Q
Commnad Propertie: Port schliessen mit Port-typ
A
–remove-port=<port>/<port-type></port-type></port>
9
Q
Command: temporäre Config zu permanent
A
sudo firewall-cmd –runtime-to-permanent
10
Q
Command: Regeln neuladen (aktivieren)
A
sudo firewall-cmd –reload