From 29e0a6ad62572f48a78a91f3eca47a9e4d8a2174 Mon Sep 17 00:00:00 2001 From: Mahnoor Asghar Date: Mon, 15 Jul 2024 07:25:35 -0400 Subject: [PATCH] Fix no route to host error --- 02_configure_host.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/02_configure_host.sh b/02_configure_host.sh index 15caa4885..96f79ac6b 100755 --- a/02_configure_host.sh +++ b/02_configure_host.sh @@ -418,3 +418,6 @@ if [ "${PERSISTENT_IMAGEREG}" == true ] ; then sudo systemctl start nfs-server sudo exportfs -a fi + +sudo firewall-cmd --zone=public --add-port=5000/tcp +sudo firewall-cmd --reload \ No newline at end of file