Skip to content

Instantly share code, notes, and snippets.

@epomatti
Last active March 23, 2022 02:13
Show Gist options
  • Save epomatti/b6f0268d9401d06841f09b1db543b86e to your computer and use it in GitHub Desktop.
Save epomatti/b6f0268d9401d06841f09b1db543b86e to your computer and use it in GitHub Desktop.
Add RedHat Linux Firewall Port
firewall-cmd --list-all
firewall-cmd --zone=public --add-port=55555/tcp --permanent
firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment