From fb0f508a1a2c177b71f9d8f17fd65ed22c1156ff Mon Sep 17 00:00:00 2001 From: Karl Abbott Date: Mon, 18 Apr 2022 15:42:40 -0400 Subject: [PATCH] Make it clear that you are disabling firewalld and not the firewall. --- ee-installer/src/install-poc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee-installer/src/install-poc.md b/ee-installer/src/install-poc.md index 6d7cd85..a63e2f0 100644 --- a/ee-installer/src/install-poc.md +++ b/ee-installer/src/install-poc.md @@ -158,7 +158,7 @@ In a default Ubuntu installation, these ports are allowed through the firewall. You will need to ensure that these ports are passed through your firewall. -For EL, you need to disable the firewall with these command: +For EL, you need to disable firewalld with these commands: ```bash sudo systemctl stop firewalld