CentOS7 tomcat启动后外网无法访问 Posted on 2016-09-07 Edited on 2016-12-09 In bug 转载请注明出处WangYuheng’s Blog 现象CentOS7 tomcat启动后外网无法访问 原因网络防火墙 解决方法关闭防火墙 centos 7 停止 systemctl stop firewalld.service 禁用 systemctl disable firewalld.service 之前的版本 停止 service iptables stop 禁用 chkconfig iptables off