[Linux] Telnet提示:Unable to connect to remote host: No route to host
时间:2019-01-15 11:19:49
收藏:0
阅读:1053
出错现象:
[root@localhost ~]# telnet 192.168.1.128
Trying 192.168.1.128...
telnet: connect to address 192.168.1.128: No route to host
telnet: Unable to connect to remote host: No route to host
解决办法:
在telnet服务器上执行:iptables -F 清除所有规则(太暴力了...)
原文:https://www.cnblogs.com/zhizhiyu/p/10270732.html
评论(0)