centos 7 中没有iptables 和service iptables save 指令使用失败问题解决方案
1.任意运行一条iptables防火墙规则配置命令:iptables-POUTPUTACCEPT 2.对iptables服务进行保存:serviceiptablessave 如果上述命令执行失败报出:The service command supports only basic LSB actions (start, stop, restart, try-restar...