From 910416a7ac9371729f44b8c9e1671f474f035573 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 4 Feb 2020 11:10:31 -0700 Subject: [PATCH] Say which ports are opened for monitoring --- .../v2.x/en/cluster-provisioning/node-requirements/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/node-requirements/_index.md b/content/rancher/v2.x/en/cluster-provisioning/node-requirements/_index.md index e345dba55b7..24a0777534d 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/node-requirements/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/node-requirements/_index.md @@ -191,9 +191,9 @@ For more information on the hardening guide and details on which version of the SUSE Linux may have a firewall that blocks all ports by default. To open the ports needed for adding the host to a custom cluster, 1. SSH into the instance. -1. Edit /`etc/sysconfig/SuSEfirewall2` and set the following ports: +1. Edit /`etc/sysconfig/SuSEfirewall2` and open the required ports. In this example, ports 9796 and 10250 are also opened for monitoring: ``` - FW_SERVICES_EXT_TCP="22 80 443 2376 2379 2380 6443 9099 10250 10254 30000:32767" + FW_SERVICES_EXT_TCP="22 80 443 2376 2379 2380 6443 9099 9796 10250 10254 30000:32767" FW_SERVICES_EXT_UDP="8472 30000:32767" FW_ROUTE=yes ```