云服务器网:购买云服务器和VPS必上的网站!

centos7如何查看firewall防火墙状态:开启/关闭/重启防火墙

centos7如何查看firewall防火墙状态?systemctl status firewalld.ser…

centos7如何查看firewall防火墙状态?systemctl status firewalld.service 运行上述命令后,如果看到有绿色字样标注的“active(running)”,说明防火墙是开启状态,今天小编就来说说关于centos7如何查看防火墙状态?下面更多详细答案一起来看看吧!

centos7如何查看防火墙状态:

centos7防火墙查看防火墙状态

systemctl status firewalld.service

运行上述命令后,如果看到有绿色字样标注的“active(running)”,说明防火墙是开启状态。

centos7开启防火墙

systemctl start firewalld.service

centos7关闭防火墙

systemctl stop firewalld.service

关闭后,可查看防火墙状态,当显示disavtive(dead)的字样,说明CentOS 7防火墙已经关闭。但要注意的是,上面的命令只是临时关闭了CentOS 7防火墙,当重启操作系统后,防火墙服务还是会再次启动。如果想要永久关闭防火墙则还需要禁用防火墙服务。

centos7禁用防火墙服务

systemctl disable firewalld.service

centos7查看防火墙规则

firewall-cmd –list-all

centos7查询端口是否开放

firewall-cmd –query-port=8080/tcp

centos7重启防火墙

firewall-cmd –reload

开放指定(如8080)端口

firewall-cmd –permanent –add-port=8080/tcp

(修改配置后需要重启防火墙)

移除某个防火墙开启的端口

firewall-cmd –permanent –remove-port=8080/tcp

(修改配置后需要重启防火墙)

参数解释:firewall-cmd: 是Linux提供的操作firewall的一个工具;–permanent:表示设置为持久;–add-port:表示添加的端口。

本文来源:https://www.yuntue.com/post/44965.html | 云服务器网,转载请注明出处!

关于作者: yuntue

云服务器(www.yuntue.com)是一家专门做阿里云服务器代金券、腾讯云服务器优惠券的网站,这里你可以找到阿里云服务器腾讯云服务器等国内主流云服务器优惠价格,以及海外云服务器、vps主机等优惠信息,我们会为你提供性价比最高的云服务器和域名、数据库、CDN、免费邮箱等企业常用互联网资源。

为您推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注