Can't connect to host *.*.*.*': 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 

--------------------------------------------------------------

解决方案:

防火墙没有开放相应的端口。

1、查看开放的端口

/etc/init.d/iptables status

2、

iptables -I INPUT -p tcp --dport 3690 -j ACCEPT

3、保存

/etc/rc.d/init.d/iptables save  

4、重启防火墙

/etc/init.d/iptables restart  

5、再查看一下就可以了,看是否有3690端口

 

相关文章:

  • 2022-01-07
  • 2022-02-08
  • 2021-12-16
  • 2022-01-08
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-10-17
  • 2022-01-07
  • 2021-04-10
  • 2022-01-07
相关资源
相似解决方案