找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 9677|回复: 0

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

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

! n' _* Y; V' [7 Y- i3 t
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
  o4 b6 ~4 k. k6 t% i
然后对iptables服务进行保存:
  D0 z8 A. l/ h: r# v' A
service iptables save

) R2 b8 `9 m9 |3 v% T
如果失败报出: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.
1 M# i' h# j0 B; P& F
解决方法:
* r3 _; j$ r# H( Zsystemctl stop firewalld 关闭防火墙

5 |5 C$ X9 V0 }yum install iptables-services 安装或更新服务

' ]- ?! @& L7 r. g1 W# U/ b% _; ^再使用systemctl enable iptables 启动iptables
2 v, `3 F+ A# Q8 N; H
最后 systemctl start iptables 打开iptables

. U  Q! X0 Q$ Q% W6 M; g# K
再执行service iptables save
& c$ e/ O2 h8 w. X, w- n4 ~
然后重启iptables服务:
& m5 L( Q- s+ c" C6 W* F) T
service iptables restart

$ z8 c/ M5 @% B, R
执行完毕之后/etc/syscofig/iptables文件就有了

4 N5 J- r4 C9 x6 M5 K: x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2026-7-1 03:02 , Processed in 0.066643 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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