找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 9558|回复: 0

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

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

* \: ~6 n  M# b' K
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT

2 o( ^0 k$ r! s* X# v
然后对iptables服务进行保存:
1 A6 \3 b& G* z
service iptables save
( G  M* B+ Z: [+ p1 X5 Y7 u# E# |( g
如果失败报出: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.

' {9 A* E- F) t& _% Z3 O  ]4 p/ ]
解决方法:& O" s2 I. M! y0 L& z) W
systemctl stop firewalld 关闭防火墙
5 }% O1 a7 r' V, T  M4 P
yum install iptables-services 安装或更新服务

. D1 H% F: `. f8 v再使用systemctl enable iptables 启动iptables

: [: R8 p1 ^5 u+ G最后 systemctl start iptables 打开iptables

8 l  u, ~) X4 ?: ~5 `" a$ r
再执行service iptables save
6 a8 k* s  ^9 j# `7 O7 ^
然后重启iptables服务:

3 P- L7 M; P* A! P, b5 V- I
service iptables restart

2 N7 p8 M/ P. ?
执行完毕之后/etc/syscofig/iptables文件就有了
  G, u1 f  Y9 M
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2026-6-16 09:44 , Processed in 0.065116 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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