找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 7494|回复: 0

centos7中没有service iptables save无效的解决方法

[复制链接]
发表于 2019-4-2 11:17:53 | 显示全部楼层 |阅读模式
首先任意运行一条iptables防火墙规则配置命令如开通80端口:
& `* v  }8 y+ i  l
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT

' J3 P4 c- T: q) `6 c
然后对iptables服务进行保存:
: M, b2 x) [4 u3 u+ }" j: q. ~, @
service iptables save

3 d& Y6 u. \: d" E
如果失败报出: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.
4 d, A5 {& a0 o
解决方法:
7 |$ a' }" j7 a/ ysystemctl stop firewalld 关闭防火墙

$ N7 c2 U/ _9 A0 ?& w1 e0 Wyum install iptables-services 安装或更新服务

, ?' g8 P$ h0 m, t2 b再使用systemctl enable iptables 启动iptables
& g2 p  A! o$ x$ G' n0 }" \7 K1 Q
最后 systemctl start iptables 打开iptables

+ @0 }$ `/ X9 L3 L6 ^7 R
再执行service iptables save
1 v% d% o. T0 ~
然后重启iptables服务:

& t; b" u: {1 t. J
service iptables restart
1 a) l: d( Y  @2 m6 E& ~/ {' ?
执行完毕之后/etc/syscofig/iptables文件就有了
& q* @, [1 E+ \% p+ }
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|第一站论坛 ( 蜀ICP备06004864号-6 )

GMT+8, 2025-9-19 09:45 , Processed in 0.061567 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表