Skip to content

Instantly share code, notes, and snippets.

@JeremyMorgan
Created December 21, 2019 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeremyMorgan/fafe3f7a2eb47b8dc38db3884f31acab to your computer and use it in GitHub Desktop.
Save JeremyMorgan/fafe3f7a2eb47b8dc38db3884f31acab to your computer and use it in GitHub Desktop.
Open port 5000
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