首页 > 其他 > 详细

The host '192.168.174.130' is unreachable. the host may be down..............

时间:2015-03-22 12:12:43      阅读:4914      评论:0      收藏:0      [点我收藏+]
     The host ‘192.168.174.130‘ is unreachable.
     the host may be down,or there may be a problem with the network connection.

    Sometimes such problems can also be caused by a misconfigured firewall。

技术分享

   在SSH Secure Shell Client登陆的时候,出现了上述的提示,搞了好久,但是没发现错误的地方。网络是通的,即Linux和Windows可以相互的ping 。防火墙也关闭了。

   后来在centos下输入service sshd status的时候,发现openssh-daemon is stopped。也就是没有启动sshd服务。
启动服务就可以正常访问了:service sshd start。此时输入service sshd status就会提示:openssh-daemon(pid  1844) is running.此时即可正常访问了。

The host '192.168.174.130' is unreachable. the host may be down..............

原文:http://blog.csdn.net/whq19890827/article/details/44535785

(4)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!