当前位置: 技术问答>linux和unix
关于用SSH连LINUX出现的问题.
来源: 互联网 发布时间:2016-09-16
本文导语: 在本机上面用VM装了Fordea8,用SSH去连怎么都连不上,提示: The host IP is unreachable. The host may be down,there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfiguied firewall. ...
在本机上面用VM装了Fordea8,用SSH去连怎么都连不上,提示:
The host IP is unreachable.
The host may be down,there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfiguied firewall.
是不是配置有问题.LINUX里面的防火墙都关了.那位高手能不能指点一下具体的配置方法.
The host IP is unreachable.
The host may be down,there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfiguied firewall.
是不是配置有问题.LINUX里面的防火墙都关了.那位高手能不能指点一下具体的配置方法.
|
你是用什么方式去连接的啊??bridged还是nat?或者是host-only???
如果确定了你的连接方式,我想问问,你再linux机下能ping通你的windows主机吗??
如果可以,那么你的windows主机可以ping通你的linux主机吗?
你的linux能ping通自己本机的127.0.0.1吗?(如果不行就是协议出错)
能ping通自己的本机IP地址吗??(如果不行就是链路问题)
如果以上都能满足,那么,你确定你的防火墙是关闭的吗?
service iptables status看一下是否确定是stopped。。。。
如果以上没问题,再看看
[root@RHEL4_U5 ~]# service sshd status
sshd (pid 3580 2746) is running...
是不是running的
以上操作做完还是不行的话
service network restart
看看现在能不能访问了??
如果还是不行的话再问吧。。。。
如果确定了你的连接方式,我想问问,你再linux机下能ping通你的windows主机吗??
如果可以,那么你的windows主机可以ping通你的linux主机吗?
你的linux能ping通自己本机的127.0.0.1吗?(如果不行就是协议出错)
能ping通自己的本机IP地址吗??(如果不行就是链路问题)
如果以上都能满足,那么,你确定你的防火墙是关闭的吗?
service iptables status看一下是否确定是stopped。。。。
如果以上没问题,再看看
[root@RHEL4_U5 ~]# service sshd status
sshd (pid 3580 2746) is running...
是不是running的
以上操作做完还是不行的话
service network restart
看看现在能不能访问了??
如果还是不行的话再问吧。。。。
|
会不会是你linux的网关的问题啊。。????
添加一个路由策略先试试。。。
route add -net 192.168.217.0 netmask 255.255.255.0 gw 192.168.217.1 eth0
你先试试看行不行,如果还不行的话,我觉得是NAT的问题。。。
添加一个路由策略先试试。。。
route add -net 192.168.217.0 netmask 255.255.255.0 gw 192.168.217.1 eth0
你先试试看行不行,如果还不行的话,我觉得是NAT的问题。。。
|
既然你用 nat,那么你就必须将那些端口 map 出来
最简单的方式就是用 bridge ...
最简单的方式就是用 bridge ...
|
ip设置出问题了。这里就看出来了 。把1改成3或后面更大的数就可以了