Install,  Linux

デビアン系ファイヤーウォールのインストール

Last Updated on 2023年4月21日 by Dotmatrix

  • ファイヤウォールのインストール

apt-get install firewalld

  • 有効にする

systemctl enable firewalld

  • 起動

systemctl start firewalld

  • 状態の確認

firewall-cmd –state

systemctl status firewalld

firewall-cmd –list-all