确认一下端口防火墙是否开放

没开放就开一下:firewall-cmd --zone=public --add-port=9080/tcp --permanent

然后重启: firewall-cmd --reload

相关文章: