Skip to content

Commit

Permalink
Give hint on CentOS 7 how to enable 8980/TCP in the firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed May 10, 2019
1 parent 53276a6 commit 9650717
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bootstrap-yum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,14 @@ echo ""
echo "Congratulations"
echo "---------------"
echo ""
echo "OpenNMS is starting up and might take a few seconds. You can access the"
echo "web application with"
echo "OpenNMS is starting up and might take a few seconds."
echo "By default CentOS 7 comes with a firewall enabled. You need to allow"
echo "port 8980/TCP to connect to the web application with"
echo ""
echo " firewall-cmd --permanent --add-port=8980/tcp"
echo " systemctl restart firewalld"
echo ""
echo "You should now be able to access the web application with"
echo ""
echo " http://this-systems-ip:8980"
echo ""
Expand Down

0 comments on commit 9650717

Please sign in to comment.