centos7 关闭防火墙

本文详细介绍如何在CentOS系统中使用firewall-cmd命令管理防火墙,包括查看防火墙状态、启动、关闭及设置开机启动等操作。同时,文章还提供了在CentOS7环境下,如何处理默认未安装iptables的情况,确保系统的网络安全性。

firewall-cmd --state  //查看防火墙状态
systemctl start firewalld.service //启动
systemctl enable firewalld.service //开启启动
systemctl disable firewalld.service //

centos7 以后默认不按照iptables 如果安装了iptables 记得 关闭顺序

systemctl stop iptables.service && systemctl enable iptables.service

systemctl start firewalld.service && systemctl enable firewalld.service

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值