找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 9632|回复: 0

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

[复制链接]
发表于 2019-4-2 11:17:53 | 显示全部楼层 |阅读模式
首先任意运行一条iptables防火墙规则配置命令如开通80端口:

8 Q- z0 G$ M& Q. @
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
7 U, F0 G+ w! I. ~. g- Y
然后对iptables服务进行保存:

9 ]" J* ]+ Z8 t
service iptables save
, r& B. N. r5 A3 n& t; Z/ `  [
如果失败报出: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.

' _* m, N' l3 t6 e0 J5 p
解决方法:
6 e. r- X7 `/ D( v  Q' v$ Ysystemctl stop firewalld 关闭防火墙

  W+ p; E: T4 m6 f7 R+ P3 zyum install iptables-services 安装或更新服务

! ~  i# T* H2 s" g再使用systemctl enable iptables 启动iptables
) f# B9 l2 l3 W0 u! W# u
最后 systemctl start iptables 打开iptables
7 ?4 q0 _" L* c( B
再执行service iptables save

0 p3 Z' ]1 x: Q9 P
然后重启iptables服务:

; f1 o: m  V; M' D8 f
service iptables restart
% t6 ]+ ~7 l$ t  _/ K" K
执行完毕之后/etc/syscofig/iptables文件就有了

2 A7 S! l! z3 n/ z2 p8 c
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2026-6-25 09:55 , Processed in 0.061292 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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