2
Redhat Enterprise Server 7でiptables設定を保存する方法
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 …