Created
December 21, 2019 04:05
-
-
Save JeremyMorgan/fafe3f7a2eb47b8dc38db3884f31acab to your computer and use it in GitHub Desktop.
Open port 5000
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 --zone=public --add-port=5000/tcp --permanent | |
firewall-cmd --reload | |
iptables-save | grep 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment