
报错:
[root@edge ~]# service iptables save
iptables 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.
解决:
yum install iptables-services -y
service iptables save