使用热点时没有出现“软件导致连接中止”的错误?

使用热点时没有出现“软件导致连接中止”的错误?

我正在尝试通过以下方式连接到服务器档案通过 SFTP,但是我遇到了一个问题。日志:

14:07:10    Status: Connecting to 178.62.11.187...
14:07:11    Trace:  CControlSocket::SendNextCommand()
14:07:11    Trace:  CSftpConnectOpData::Send() in state 0
14:07:11    Trace:  Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
14:07:11    Response:   fzSftp started, protocol_version=8
14:07:11    Trace:  CSftpConnectOpData::ParseResponse() in state 0
14:07:11    Trace:  CControlSocket::SendNextCommand()
14:07:11    Trace:  CSftpConnectOpData::Send() in state 3
14:07:11    Command:    open "[email protected]" 22
14:07:11    Trace:  Connecting to 178.62.11.187 port 22
14:07:11    Trace:  We claim version: SSH-2.0-PuTTY_Local:_Jul_12_2017_08:57:39
14:07:16    Trace:  Network error: Software caused connection abort
14:07:16    Error:  Network error: Software caused connection abort
14:07:16    Trace:  CSftpControlSocket::OnTerminate without error
14:07:16    Trace:  CControlSocket::DoClose(66)
14:07:16    Trace:  CSftpControlSocket::ResetOperation(66)
14:07:16    Trace:  CControlSocket::ResetOperation(66)
14:07:16    Error:  Could not connect to server
14:07:16    Trace:  CFileZillaEnginePrivate::ResetOperation(66)

以下是一些事实:

  • 发生错误已建立连接。
  • 当我连接时,我得到了相同的结果anonymous
  • 一个朋友使用与另一个网络完全相同的主机、用户名和密码建立连接。
  • 连接到其他通过 SFTP 服务器。
  • 使用完全相同的配置进行连接,但仅限于连接到我的三星 Galaxy Young S6310并使用其移动数据。
  • 使用以下设置设置端口转发并不能解决问题:

    | Service Port | IP Address    | Internal Port | Protocol   | Status  |  
    | ------------ | ------------- | ------------- | ---------- | ------- |  
    | 22           | 192.168.0.101 | 22            | TCP or UDP | Enabled |  
    
  • 重新安装 FileZilla 不起作用。

  • 重新启动路由器没有作用。
  • 重新启动计算机没有作用。
  • 禁用防火墙不起作用。
  • 使用另一个 FTP 客户端 (智能FTP)不起作用。它会抛出同样的错误
  • 对服务器的请求超时:

    Pinging findgreatquotes.com [178.62.11.187] with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    
    Ping statistics for 178.62.11.187:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
    

    然而我还开着http://findgreatquotes.com/?!

以下是结果tracert

Tracing route to findgreatquotes.com [178.62.11.187]
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  192.168.0.1
  2     1 ms     1 ms     1 ms  212-5-152-1.ip.btc-net.bg [212.5.152.1]
  3     1 ms     1 ms     1 ms  37.192.236.94-optic-com.eu [94.236.192.37]
  4     1 ms     1 ms     1 ms  212-39-69-153.ip.btc-net.bg [212.39.69.153]
  5    36 ms    36 ms    36 ms  ae-14.r24.frnkge08.de.bb.gin.ntt.net [129.250.6.242]
  6    58 ms    58 ms    58 ms  ae-5.r24.londen12.uk.bb.gin.ntt.net [129.250.3.12]
  7    28 ms    28 ms    28 ms  prag-bb1-link.telia.net [80.91.247.82]
  8   114 ms    41 ms    79 ms  hbg-bb1-link.telia.net [213.155.136.132]
  9    53 ms    55 ms    69 ms  ldn-bb3-link.telia.net [62.115.122.165]
 10    54 ms    53 ms    52 ms  ldn-b4-link.telia.net [62.115.136.43]
 11    57 ms    57 ms    47 ms  digitalocean-ic-306494-ldn-b3.c.telia.net [62.115.44.250]
 12     *        *        *     Request timed out.
 13     *        *        *     Request timed out.
 ..
 ..

显然,问题出在我的路由器或网络设置上。在特定情况下出现这种错误的原因可能是什么?

答案1

检查服务器托管平台是否禁止了你的IP。

相关内容