1、firewalld的启用和关闭:

开启:#systemctl start firewalld.service

系统默认状态下防火墙是开启的,如果需要在windows上使用SSH协议、使用Xshell远程控制虚拟机上的Lcentos7,那么应该先停用、关闭防火墙。

禁止开机启动防火墙:#systemctl disable firewalld.service

停止启动中的防火墙:#systemctl stop firewalld.service

查看防火墙是否开启或者关闭:使用iptables -L -n