Skip to content

Commit

Permalink
Fix no route to host error
Browse files Browse the repository at this point in the history
  • Loading branch information
MahnoorAsghar committed Jul 15, 2024
1 parent 0da9412 commit 29e0a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 02_configure_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29e0a6a

Please sign in to comment.