CentOS 7关闭系统默认防火墙 CentOS 7开始默认使用的是firewall作为防火墙,并非iptables。一、检查防火墙是否运行firewall-cmd --stateSSH执行以上命令,若提示 running 则表示正在运行,not running表示没有运行。二、关闭防火墙systemctl sto...