このセクションでは、LifeKeeper for Linuxをインストールするために、システムにインストールされている適切なファイアーウォールサービス (firewalld、SuSEfirewall2、iptables、nftables など) を無効にします。ファイアーウォールは有効なままにしておくことができますが、LifeKeeperと保護するアプリケーションに必要なポートを設定する必要があります(ここでは示していません)。
firewalldを無効にする手順
次のコマンドを実行して、firewalldを停止して無効にします。
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status firewalld
- 次のコマンドを実行して、firewalldを停止して無効にします。
systemctl stop firewalld systemctl disable firewalld systemctl mask firewalld
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status firewalld
出力には“Loaded: masked”と“Active: inactive”が含まれている必要があります。
SuSEfirewall2を無効にする手順
次のコマンドを実行して、SuSEfirewall2を停止して無効にします。
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status SuSEfirewall2
- 次のコマンドを実行して、SuSEfirewall2 を停止して無効にします。
systemctl stop SuSEfirewall2 systemctl disable SuSEfirewall2 systemctl mask SuSEfirewall2
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status SuSEfirewall2
出力には“Loaded: masked”と“Active: inactive”が含まれている必要があります。
iptablesを無効にする手順
次の手順を実行してiptablesを無効にします。
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status iptables
- 次のコマンドを実行して、iptables を停止して無効にします。
systemctl stop iptables systemctl disable iptables systemctl mask iptables
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status iptables
出力には“Loaded: masked” と “Active: inactive”が含まれている必要があります。
nftablesを無効にする手順
次の手順を使用してnftablesを無効にします。
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status nftables
- 次のコマンドを実行して、nftables を停止して無効にします。
systemctl stop nftables systemctl disable nftables systemctl mask nftables
- 次のコマンドを実行して現在のステータスを確認します。
systemctl status nftables
出力には“Loaded: masked” と “Active: inactive”が含まれている必要があります。
このトピックへフィードバック