centos7的系统 防火墙

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7的系统 防火墙相关的知识,希望对你有一定的参考价值。

centos7的系统 防火墙是 firewall 捣鼓了两天 在这里总结一下。

如果小伙伴也准备在vultr上买vps  在注册是 可以使用这个优惠连接http://www.vultr.com/?ref=6972993-3B 会的到 20$ 的优惠  也就可以免费使用4个月

如果你的系统上没有安装使用命令安装

?

1
#yum install firewalld //安装firewalld 防火墙

开启服务

?

1
# systemctl start firewalld.service

关闭防火墙

?

1
# systemctl stop firewalld.service

开机自动启动

?

1
# systemctl enable firewalld.service

关闭开机制动启动

?

1
# systemctl disable firewalld.service

查看状态

?

1
#systemctl status firewalld


本文出自 “32氪” 博客,转载请与作者联系!

以上是关于centos7的系统 防火墙的主要内容,如果未能解决你的问题,请参考以下文章

Centos7系统动态网络静态网络防火墙配置

centOS7关闭防火墙

Linux系统Centos7设置防火墙教程

Centos7防火墙 firewalld入门

Linux的CentOS7系统下配置LNMP

centos7的防火墙firewalld