CentOS7使用firewalld打开关闭防火墙与端口
1、firewalld的基本使用
1 | 启动: systemctl start firewalld |
2.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。
1 | 启动一个服务:systemctl start firewalld.service |
3.配置firewalld-cmd
1 | 查看版本: firewall-cmd --version |
开启一个端口
1 | 在vim /etc/firewalld/zones/public.xml 加入端口或者服务 |