现象:
centos 7安装了 禅道一键安装包: ZenTaoPMS.7.3.stable.zbox_32.tar.gz,
服务器上使用localhost:端口,可以访问,但是局域网其他机器使用 ip:端口号 访问一直超时
原因:
服务器防火墙开启
处理:
关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)