RHEL9 ファイアウォールサービスの有効化方法
環境
Red Hat Enterprise Linux release 9.2 (Plow)
操作方法
1.firewalld の現在の状況の表示
$ systemctl status firewalld
2. firewalld が有効になっていない場合は、root ユーザーに切り替えて、firewalld サービスを起
動し、システムの再起動後に自動的に起動できるようにします。
# systemctl enable –now firewalld
検証方法
$ firewalld が実行中で、有効になっていることを確認します。