Red Hat Enterprise Linux Server release 7.2 (Maipo)
再起動時にiptableルールをリセットするRedhatサーバー()があります。
バージョン6のドキュメンテーションによると、私は実行します:
/sbin/service iptables save
これは次を返します:
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
メッセージを正しく理解した場合、次のことを試みました。
sudo systemctl iptables save
これは次を返します:
Unknown operation 'iptables'.
特に、IPテーブルの保存に関するバージョン7のドキュメントは見つかりませんが、以前のバージョンでは同じコマンドがサポートされています。
iptables設定を保存するにはどのコマンドを実行すればよいですか?
参考のために:
Firewall d satatus:
systemctl status firewalld
firewalld.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
/etc/sysconfig/iptables
ファイルに保存することを選択します。これは、システム管理者が将来の管理者に情報を提供するために、または単なるリマインダーとして行う必要があることです。上記のコマンドで設定を保存すると、コメントは失われます。テキストエディターを使用してファイルを編集し、systemctlを使用してサービスをリロードするだけです。