Skip to content

Instantly share code, notes, and snippets.

@yukikim
Last active September 20, 2019 01:03
Show Gist options
  • Save yukikim/ef200df778471d60cec245b37018d7d1 to your computer and use it in GitHub Desktop.
Save yukikim/ef200df778471d60cec245b37018d7d1 to your computer and use it in GitHub Desktop.
CentOS7 ポート開放について

利用可能サービスの確認

$ firewall-cmd --list-all

ポート開放

開放しているポートの確認

  • $ firewall-cmd --list-ports --zone=public

ポート開放

  • $ firewall-cmd --add-ports=8022/tcp --zone=public --permanent

設定をリロード

  • $ firewall-cmd --reload

利用できるサービス一覧

  • $ firewall-cmd --get-service

ポート開放の確認

$ ss -ltpn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment