出错现象

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

相关文章:

  • 2021-11-25
  • 2021-12-13
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-08-05
猜你喜欢
  • 2021-06-22
  • 2022-12-23
  • 2021-11-02
  • 2021-10-17
  • 2022-12-23
  • 2021-04-24
  • 2021-05-19
相关资源
相似解决方案