Last active
February 16, 2019 10:07
-
-
Save D4R4/a796e907f7d47de37e3d630adce1062d to your computer and use it in GitHub Desktop.
Usefull for RHEL 7 and up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firewall-cmd --permanent --zone=public --add-service=http | |
firewall-cmd --permanent --zone=public --add-service=https | |
firewall-cmd --zone=public --permanent --add-port=5000/tcp | |
firewall-cmd --reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment