1. 程式人生 > >[Linux] Telnet提示:Unable to connect to remote host: No route to host

[Linux] Telnet提示:Unable to connect to remote host: No route to host

remote tab telnet 解決辦法 host con 服務 解決 ron

出錯現象

[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 清除所有規則(太暴力了...)

[Linux] Telnet提示:Unable to connect to remote host: No route to host