找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 8864|回复: 0

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

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

# @+ l* r: Y2 @- A) c' _
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
1 e) P! _, m. r
然后对iptables服务进行保存:

) w) C& d# r5 d! K2 w3 |) h- _
service iptables save
$ ?2 ^& G$ ]: E- r) Z8 X9 Q  K
如果失败报出: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.

7 o' @) D9 J2 q2 E' p
解决方法:
& j8 O- @6 T4 W+ W4 x$ s* S! \* Ssystemctl stop firewalld 关闭防火墙
' m2 ]2 H6 }4 P' Q0 _
yum install iptables-services 安装或更新服务
: I3 g. P: d; [& t4 L
再使用systemctl enable iptables 启动iptables

  h4 S. A% D9 t3 \* N0 j2 T最后 systemctl start iptables 打开iptables

, v% n1 V5 C( J
再执行service iptables save

) B' O7 b5 ]3 N( i  O7 i1 T
然后重启iptables服务:

% b0 N$ J% x0 G! l" e- b9 c6 ^! ]: b
service iptables restart

% Q5 c5 {8 g* V- h
执行完毕之后/etc/syscofig/iptables文件就有了
% f, D& q# [" q1 b
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2026-3-26 06:15 , Processed in 0.089563 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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