我有一个Redhat服务器(Red Hat Enterprise Linux Server release 7.2 (Maipo)
),可在重新启动时重新设置iptable规则。
根据版本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配置?
以供参考:
防火墙数据:
systemctl status firewalld
firewalld.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
/etc/sysconfig/iptables
系统管理员中保留有关规则的注释,以便系统管理员为将来的管理员提供信息或仅作为提醒。如果使用上述命令保存配置,则注释将丢失。只需使用文本编辑器来编辑文件,然后使用systemctl重新加载服务。