【问题标题】:when i connect to the server using telnet protocol ,I receive the error "could not open connection to the host,connection failed"当我使用 telnet 协议连接到服务器时,我收到错误“无法打开与主机的连接,连接失败”
【发布时间】:2019-05-20 19:07:03
【问题描述】:

当我使用 telnet 协议连接到特定服务器时,我收到错误“无法打开与主机的连接,在端口 23,连接失败”..只有我无法从 telnet 协议访问特定的三台服务器..我可以毫无问题地访问其他一些服务器。

【问题讨论】:

    标签: unix telnet


    【解决方案1】:

    这意味着那三台服务器上的telnet服务器没有启动。您可以通过连接到主机并执行以下命令来检查它:

    netstat -an|grep 23
    

    【讨论】:

      猜你喜欢
      • 2013-08-07
      • 2018-10-27
      • 2017-09-26
      • 2014-02-09
      • 2012-07-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-12
      相关资源
      最近更新 更多