7.2. firewalld サービスのインストール
RHEL for Edge を使用している場合は、firewalld をインストールする必要があります。サービスを使用するには、設定を行うだけです。firewalld がない場合で、firewalld を使用したい場合は、次の手順を使用できます。
次の手順を使用して、MicroShift の firewalld
サービスをインストールして実行します。
手順
オプション: 以下のコマンドを実行して、システムで firewalld があるかを確認します。
rpm -q firewalld
$ rpm -q firewalld
Copy to Clipboard Copied! Toggle word wrap Toggle overflow firewalld
サービスがインストールされていない場合は、次のコマンドを実行します。sudo dnf install -y firewalld
$ sudo dnf install -y firewalld
Copy to Clipboard Copied! Toggle word wrap Toggle overflow ファイアウォールを開始するには、次のコマンドを実行します。
sudo systemctl enable firewalld --now
$ sudo systemctl enable firewalld --now
Copy to Clipboard Copied! Toggle word wrap Toggle overflow