mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
512 B
Plaintext
19 lines
512 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_networking/microshift-firewall.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-firewall-applying-settings_{context}"]
|
|
== Applying firewall settings
|
|
|
|
To apply firewall settings, use the following one-step procedure:
|
|
|
|
.Procedure
|
|
|
|
* After you have finished configuring network access through the firewall, run the following command to restart the firewall and apply the settings:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo firewall-cmd --reload
|
|
----
|