このセクションでは、LifeKeeper for Linuxをインストールするために、システムにインストールされている適切なファイアーウォールサービス (firewalld、SuSEfirewall2、iptables、nftables など) を無効にします。ファイアーウォールは有効なままにしておくことができますが、LifeKeeperと保護するアプリケーションに必要なポートを設定する必要があります(ここでは示していません)。

firewalldを無効にする手順

次のコマンドを実行して、firewalldを停止して無効にします。

  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status firewalld
  1. 次のコマンドを実行して、firewalldを停止して無効にします。
    systemctl stop firewalld
    systemctl disable firewalld
    systemctl mask firewalld
  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status firewalld

出力には“Loaded: masked”と“Active: inactive”が含まれている必要があります。

SuSEfirewall2を無効にする手順

次のコマンドを実行して、SuSEfirewall2を停止して無効にします。

  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status SuSEfirewall2
  1. 次のコマンドを実行して、SuSEfirewall2 を停止して無効にします。
    systemctl stop SuSEfirewall2
    systemctl disable SuSEfirewall2
    systemctl mask SuSEfirewall2
  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status SuSEfirewall2

出力には“Loaded: masked”と“Active: inactive”が含まれている必要があります。

iptablesを無効にする手順

次の手順を実行してiptablesを無効にします。

  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status iptables
  1. 次のコマンドを実行して、iptables を停止して無効にします。
    systemctl stop iptables
    systemctl disable iptables
    systemctl mask iptables
  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status iptables

出力には“Loaded: masked” と “Active: inactive”が含まれている必要があります。

nftablesを無効にする手順

次の手順を使用してnftablesを無効にします。

  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status nftables
  1. 次のコマンドを実行して、nftables を停止して無効にします。
    systemctl stop nftables
    systemctl disable nftables
    systemctl mask nftables
  1. 次のコマンドを実行して現在のステータスを確認します。
    systemctl status nftables

出力には“Loaded: masked” と “Active: inactive”が含まれている必要があります。

フィードバック

お役に立ちましたか?

はい いいえ
お役に立ちましたか
理由をお聞かせください
フィードバックありがとうございました

このトピックへフィードバック

送信