curl http://192.168.10.130/ curl: (7) Failed to connect to 192.168.10.130 port 80: No route to host 报错的解决

  curl http://192.168.10.130/   curl: (7) Failed to connect to 192.168.10.130 port 80: No route to host 的报错解决

开启http服务后,本机可以执行命令curl http://192.168.10.130/ 访问主页,其他机器不可以,而其他机器ssh该台虚拟机是可以的,但执行curl http://192.168.10.130/ 报错没有到该主机的连接,方法:
centos7查看防火墙的状态:
执行firewall-cmd --state:

关闭防火墙:执行:systemctl stop firewalld.service,再次查看状态:

再次访问主页:

网页中访问,成功:

禁止防火墙开机启动:systemctl disable firewalld.service

posted @ 2020-11-23 11:28  丛丛丛丛  阅读(4535)  评论(0编辑  收藏  举报