CentOS 7.X默认使用的是firewall作为防火墙,简单记录一下centos7X查看和关闭防火墙的方法。
- 查看防火墙状态
firewall-cmd --state
- 停止firewall
systemctl stop firewalld.service
- 禁止firewall开机启动
systemctl disable firewalld.service
开启防火墙端口
vim /etc/sysconfig/iptables
之后记得重启访防火墙!!!
service iptables restarts
完事