服务器启动项目抛错 没有到主机的路由
Posted 格格巫 MMQ!!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了服务器启动项目抛错 没有到主机的路由相关的知识,希望对你有一定的参考价值。
没有到主机的路由这种问题大部分情况是由机器的防火墙没有关闭
Ubuntu
查看防火墙状态
ufw status
关闭防火墙
ufw disable
centos6
查看防火墙状态
service iptables status
关闭防火墙
chkconfig iptables off
centos7
查看防火墙状态
firewall-cmd --state
关闭防火墙
systemctl stop firewalld.service
以上是关于服务器启动项目抛错 没有到主机的路由的主要内容,如果未能解决你的问题,请参考以下文章
Python rpyc“socket.error:[Errno 113]没有到主机的路由”
无法连接到服务器:没有到主机的路由服务器是否在主机“ ************”上运行并接受端口5432上的TCP / IP连接?