Skip to content

Instantly share code, notes, and snippets.

@syaifulnizamyahya
Created June 29, 2017 16:49
Show Gist options
  • Select an option

  • Save syaifulnizamyahya/d47193f0c1736a272073f55a2b34221e to your computer and use it in GitHub Desktop.

Select an option

Save syaifulnizamyahya/d47193f0c1736a272073f55a2b34221e to your computer and use it in GitHub Desktop.
Open port in centos
sudo firewall-cmd --permanent --zone=public --add-port=19999/tcp
sudo firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment