Skip to content

Commit 8efe204

Browse files
committed
OSDOCS-13138: adds firewall rules for IPv6 listen address MicroShift
1 parent 39ae593 commit 8efe204

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

modules/microshift-firewall-allow-traffic.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ $ sudo firewall-offline-cmd --permanent --zone=trusted --add-source=<custom IP r
3232
----
3333
$ sudo firewall-offline-cmd --permanent --zone=trusted --add-source=169.254.169.1
3434
----
35+
36+
. If you are using a load balancer, allow the IPv6 traffic through the firewall by running the following command:
37+
+
38+
[source,terminal]
39+
----
40+
$ sudo firewall-cmd --permanent --zone=trusted --add-source=fd01::/48
41+
----

modules/microshift-firewall-apply-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To apply firewall settings, use the following one-step procedure:
1111
.Procedure
1212

1313
* After you have finished configuring network access through the firewall, run the following command to restart the firewall and apply the settings:
14-
14+
+
1515
[source,terminal]
1616
----
1717
$ sudo firewall-cmd --reload

0 commit comments

Comments
 (0)