CentOS7使用firewalld打开关闭防火墙与端口
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7使用firewalld打开关闭防火墙与端口相关的知识,希望对你有一定的参考价值。
1、firewalld的启用和关闭:
开启:#systemctl start firewalld.service
系统默认状态下防火墙是开启的,如果需要在windows上使用SSH协议、使用Xshell远程控制虚拟机上的Lcentos7,那么应该先停用、关闭防火墙。
禁止开机启动防火墙:#systemctl disable firewalld.service
停止启动中的防火墙:#systemctl stop firewalld.service
查看防火墙是否开启或者关闭:使用iptables -L -n
以上是关于CentOS7使用firewalld打开关闭防火墙与端口的主要内容,如果未能解决你的问题,请参考以下文章