CentOS 7.0 uses firewall as firewall by default
View firewall status
firewall-cmd --state
Stop firewall
systemctl stop firewalld.service
Disable firewall startup
systemctl disable firewalld.service
From: the closure of CentOS 6 and CentOS 7 firewalls