Skip to content

Instantly share code, notes, and snippets.

@preetham-salehundam
Created July 12, 2018 05:50
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 preetham-salehundam/1160bf8c4b8362d91206c25113e09cfe to your computer and use it in GitHub Desktop.
Save preetham-salehundam/1160bf8c4b8362d91206c25113e09cfe to your computer and use it in GitHub Desktop.
ubuntu firewall port opening
sudo firewall-cmd --zone=public --add-port=8082/tcp --permanent
sudo firewall-cmd --reload
sudo firewall-cmd --list-all | grep 8082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment