找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 7168|回复: 0

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

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

8 [, e4 r; S0 \
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT

$ ~/ t( \& w, z1 R
然后对iptables服务进行保存:
8 g& J$ k% G/ \& j+ P0 K
service iptables save
" t$ [* `1 ]/ D$ S
如果失败报出: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.
# `# w" ?/ L3 o1 `7 q& m6 U0 u
解决方法:
1 }5 U' Z8 X$ U# H5 Z0 o  b$ [systemctl stop firewalld 关闭防火墙

: b* J% P/ }6 x; V6 pyum install iptables-services 安装或更新服务
  m- h$ C  W: }1 ]' m
再使用systemctl enable iptables 启动iptables

" X! Q8 m+ Q; f, A+ L9 u最后 systemctl start iptables 打开iptables

6 J# K. t- T8 @. p/ H4 }' c
再执行service iptables save

0 J. g5 @2 n" b: H) K  G" H: I
然后重启iptables服务:
5 j, ?: ]1 p) e
service iptables restart
# m0 g5 N  Z+ B( T
执行完毕之后/etc/syscofig/iptables文件就有了

3 y, C7 J: }0 Y1 m) s9 j
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2025-7-5 06:40 , Processed in 0.064884 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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